Html Css Color HEX #FBF2E0 Early Dawn

📋 copy color: '#FBF2E0'

red 251 ◦ green 242 ◦ blue 224

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

Shades of Early Dawn #FBF2E0

Tints of Early Dawn #FBF2E0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.75%

 BLUE value IS 224 (87.89% from 255) = 31.24%

R = 35.01%
G = 33.75%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBF2E0 (or 0xFBF2E0) is known color: Early Dawn. HEX triplet: FB, F2 and E0. RGB value is (251,242,224). Sum of RGB (Red+Green+Blue) = 251+242+224=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2E0 is #040D1F. Grayscale: #F2F2F2. Windows color (decimal): -265504 or 14742267. OLE color: 14742267.

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

Color convert

RGB 251 242 224 -
CMYK 0 0.04 0.11 0.02
HSL 40º 0.77% 0.93% -
HSV(B) 40º 0.11% 0.98% -
XYZ 84.99 89.4 83.3 -
YUV 242.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 251 242 224 0 0.04 0.11 0.02 40 0.77 0.93
Hex FB F2 E0 0 4 B 2 28 4D 5D
Octal 373 362 340 0 4 13 2 50 115 135
Binary 11111011 11110010 11100000 0 100 1011 10 101000 1001101 1011101

Color Harmonies of #FBF2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2E0

Black with #FBF2E0

Text Example


Text Example

White with #FBF2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2E0; }

 p { color: rgb(251,242,224); }

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

background-color css

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

 a { background-color: rgb(251,242,224); }

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

border-color css

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

 span { border-color: rgb(251,242,224); }

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