Color Hex Logo

#fbcdea Color Hex

#FBCDEA
(251,205,234)
0 Favorites   0 Comments

Color spaces of #fbcdea

RGB 251205234
HSL0.890.850.89
HSV322°18°98°
CMYK 0.000.180.07   0.02
XYZ76.466370.112487.3447
Yxy70.11240.32690.2997
Hunter Lab83.733116.4757-3.2341
CIE-Lab87.052020.8401-8.1569

#fbcdea color RGB value is (251,205,234).

#fbcdea hex color red value is 251, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbcdea hue: 0.89 , saturation: 0.85 and the lightness value of fbcdea is 0.89.

The process color (four color CMYK) of #fbcdea color hex is 0.00, 0.18, 0.07, 0.02. Web safe color of #fbcdea is #ffccff. Color #fbcdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11101010
Octal 373 315 352
Decimal 251 205 234
Hex FB CD EA

RGB Percentages of Color #fbcdea

%36.38
%29.71
%33.91

CMYK Percentages of Color #fbcdea

%0
%18
%7
%2

Triadic Colors of #fbcdea

#fbcdea #eafbcd #cdeafb

Analogous Colors of #fbcdea

#fbcdea #fbcdd3 #f5cdfb

Monochromatic Colors of #fbcdea

#fbcdea

Complementary Color

#fbcdea #cdfbde

#fbcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdea Color CSS Codes

.mybgcolor {background-color:#fbcdea; } 
.myforecolor {color:#fbcdea; }
.mybordercolor {border:3px solid #fbcdea; }

#fbcdea Text Font Color

<p style="color:#fbcdea">Text here</p>

This sample text font color is #fbcdea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbcdea Background Color

<div style="background-color:#fbcdea">
Div content here</div>

This div background color is #fbcdea


#fbcdea Border Color

<div style="border:3px solid #fbcdea">
Div here</div>

This div border color is #fbcdea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,205,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcdea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcdea;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcdea;
  box-shadow:         1px 1px 3px 2px #fbcdea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,205,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbcdea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcdea;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcdea;
  box-shadow:         1px 1px 3px 2px #fbcdea;">
Div content here</div>

This div box has shadow with color #fbcdea


Comments

No comments written yet.

Please login to write comment.