Html Css Color HEX #FBF0DA Early Dawn

📋 copy color: '#FBF0DA'

red 251 ◦ green 240 ◦ blue 218

#FBF0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Early Dawn #FBF0DA

Tints of Early Dawn #FBF0DA

RGB

 RED value IS 251 (98.44% from 255) = 35.4%

 GREEN value IS 240 (94.14% from 255) = 33.85%

 BLUE value IS 218 (85.55% from 255) = 30.75%

R = 35.4%
G = 33.85%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBF0DA (or 0xFBF0DA) is known color: Early Dawn. HEX triplet: FB, F0 and DA. RGB value is (251,240,218). Sum of RGB (Red+Green+Blue) = 251+240+218=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DA is #040F25. Grayscale: #F0F0F0. Windows color (decimal): -266022 or 14348539. OLE color: 14348539.

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

Color convert

RGB 251 240 218 -
CMYK 0 0.04 0.13 0.02
HSL 40º 0.8% 0.92% -
HSV(B) 40º 0.13% 0.98% -
XYZ 83.6 87.89 78.89 -
YUV 240.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 251 240 218 0 0.04 0.13 0.02 40 0.8 0.92
Hex FB F0 DA 0 4 D 2 28 50 5C
Octal 373 360 332 0 4 15 2 50 120 134
Binary 11111011 11110000 11011010 0 100 1101 10 101000 1010000 1011100

Color Harmonies of #FBF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0DA

Black with #FBF0DA

Text Example


Text Example

White with #FBF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0DA; }

 p { color: rgb(251,240,218); }

 H1.HeaderClassName
 {
   color: #FBF0DA;
 }
 .AnyTagClassName
 {
   color: #FBF0DA;
 }
</style>

background-color css

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

 a { background-color: rgb(251,240,218); }

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

border-color css

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

 span { border-color: rgb(251,240,218); }

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