#FBF1DC

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

Shades of Early Dawn #FBF1DC

Tints of Early Dawn #FBF1DC

Color information

#FBF1DC (or 0xFBF1DC) is unknown color: approx Early Dawn. HEX triplet: FB, F1 and DC. RGB value is (251,241,220). Sum of RGB (Red+Green+Blue) = 251+241+220=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1DC is #040E23. Grayscale: #F1F1F1. Windows color (decimal): -265764 or 14479867. OLE color: 14479867.

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

Color convert

RGB251241220-
CMYK00.040.120.02
HSL40.65º79.49%92.35%-
HSV(B)40.65º12.35%98.43%-
XYZ84.1688.5980.37-
YUV241.6115.81134.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=35.25%
G=33.85%
B=30.90%

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
Decimal25124122000.040.120.0240.6579.4992.35
HexFBF1DC04C2294f5c
Octal3733613340414251117134
Binary111110111111000111011100010011001010100110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1DC; }

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

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

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

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

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

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

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

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