#FBF1DD

Color #FBF1DD Early Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Early Dawn #FBF1DD

Tints of Early Dawn #FBF1DD

Color information

#FBF1DD (or 0xFBF1DD) is unknown color: approx Early Dawn. HEX triplet: FB, F1 and DD. RGB value is (251,241,221). Sum of RGB (Red+Green+Blue) = 251+241+221=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1DD is #040E22. Grayscale: #F1F1F1. Windows color (decimal): -265763 or 14545403. OLE color: 14545403.

HSL color Cylindrical-coordinate representation of color #FBF1DD: hue angle of 40º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBF1DD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251241221-
CMYK00.040.120.02
HSL40º78.95%92.55%-
HSV(B)40º11.95%98.43%-
XYZ84.2988.6481.07-
YUV241.71116.31134.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=35.20%
G=33.80%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124122100.040.120.024078.9592.55
HexFBF1DD04C2284f5d
Octal3733613350414250117135
Binary111110111111000111011101010011001010100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1DD; }

 p { color: rgb(251,241,221); }

 H1.HeaderClassName
 {
   color: #FBF1DD;
 }
 .AnyTagClassName
 {
   color: #FBF1DD;
 }
</style>
background-color css

<style>
 a { background-color: #FBF1DD; }

 a { background-color: rgb(251,241,221); }

 div.DivClassName
 {
   background-color: #FBF1DD;
 }
 .BgClassName
 {
   background-color: #FBF1DD;
 }
</style>
border-color css

<style>
 span { border-color: #FBF1DD; }

 span { border-color: rgb(251,241,221); }

 td.TdClassName
 {
   border-color: #FBF1DD;
 }
 .TagClassName
 {
   border-color: #FBF1DD;
 }
</style>