Color Hex Logo

#fbded4 Color Hex

#FBDED4
(251,222,212)
0 Favorites   0 Comments

Color spaces of #fbded4

RGB 251222212
HSL0.040.830.91
HSV15°16°98°
CMYK 0.000.120.16   0.02
XYZ77.788677.505273.1475
Yxy77.50520.34050.3393
Hunter Lab88.03703.655912.3635
CIE-Lab90.55368.41198.5499

#fbded4 color RGB value is (251,222,212).

#fbded4 hex color red value is 251, green value is 222 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fbded4 hue: 0.04 , saturation: 0.83 and the lightness value of fbded4 is 0.91.

The process color (four color CMYK) of #fbded4 color hex is 0.00, 0.12, 0.16, 0.02. Web safe color of #fbded4 is #ffcccc. Color #fbded4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 11010100
Octal 373 336 324
Decimal 251 222 212
Hex FB DE D4

RGB Percentages of Color #fbded4

%36.64
%32.41
%30.95

CMYK Percentages of Color #fbded4

%0
%12
%16
%2

Triadic Colors of #fbded4

#fbded4 #d4fbde #ded4fb

Analogous Colors of #fbded4

#fbded4 #fbf2d4 #fbd4de

Monochromatic Colors of #fbded4

#fbded4

Complementary Color

#fbded4 #d4f1fb

#fbded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbded4 Color CSS Codes

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

#fbded4 Text Font Color

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

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


#fbded4 Background Color

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

This div background color is #fbded4


#fbded4 Border Color

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

This div border color is #fbded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbded4


Comments

No comments written yet.

Please login to write comment.