Color Hex Logo

#fbcde4 Color Hex

#FBCDE4
(251,205,228)
0 Favorites   0 Comments

Color spaces of #fbcde4

RGB 251205228
HSL0.920.850.89
HSV330°18°98°
CMYK 0.000.180.09   0.02
XYZ75.618669.773382.8809
Yxy69.77330.33130.3057
Hunter Lab83.530415.4147-0.3577
CIE-Lab86.885619.8325-5.2226

#fbcde4 color RGB value is (251,205,228).

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

The process color (four color CMYK) of #fbcde4 color hex is 0.00, 0.18, 0.09, 0.02. Web safe color of #fbcde4 is #ffcccc. Color #fbcde4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11100100
Octal 373 315 344
Decimal 251 205 228
Hex FB CD E4

RGB Percentages of Color #fbcde4

%36.70
%29.97
%33.33

CMYK Percentages of Color #fbcde4

%0
%18
%9
%2

Triadic Colors of #fbcde4

#fbcde4 #e4fbcd #cde4fb

Analogous Colors of #fbcde4

#fbcde4 #fbcdcd #fbcdfb

Monochromatic Colors of #fbcde4

#fbcde4

Complementary Color

#fbcde4 #cdfbe4

#fbcde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcde4 Color CSS Codes

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

#fbcde4 Text Font Color

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

This sample text font color is #fbcde4
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.


#fbcde4 Background Color

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

This div background color is #fbcde4


#fbcde4 Border Color

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

This div border color is #fbcde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcde4

#fbcde4 Color Palettes


Comments

No comments written yet.

Please login to write comment.