Html Css Color HEX #F2EAB9 Half Colonial White

📋 copy color: '#F2EAB9'

red 242 ◦ green 234 ◦ blue 185

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

Shades of Half Colonial White #F2EAB9

Tints of Half Colonial White #F2EAB9

RGB

 RED value IS 242 (94.92% from 255) = 36.61%

 GREEN value IS 234 (91.8% from 255) = 35.4%

 BLUE value IS 185 (72.66% from 255) = 27.99%

R = 36.61%
G = 35.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2EAB9 (or 0xF2EAB9) is known color: Half Colonial White. HEX triplet: F2, EA and B9. RGB value is (242,234,185). Sum of RGB (Red+Green+Blue) = 242+234+185=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAB9 is #0D1546. Grayscale: #E7E7E7. Windows color (decimal): -857415 or 12184306. OLE color: 12184306.

HSL color Cylindrical-coordinate representation of color #F2EAB9: hue angle of 51.58º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2EAB9 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 185 -
CMYK 0 0.03 0.24 0.05
HSL 51.58º 0.69% 0.84% -
HSV(B) 51.58º 0.24% 0.95% -
XYZ 74.8 81.23 57.63 -
YUV 230.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 242 234 185 0 0.03 0.24 0.05 51.58 0.69 0.84
Hex F2 EA B9 0 3 18 5 34 45 54
Octal 362 352 271 0 3 30 5 64 105 124
Binary 11110010 11101010 10111001 0 11 11000 101 110100 1000101 1010100

Color Harmonies of #F2EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAB9

Black with #F2EAB9

Text Example


Text Example

White with #F2EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAB9; }

 p { color: rgb(242,234,185); }

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

background-color css

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

 a { background-color: rgb(242,234,185); }

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

border-color css

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

 span { border-color: rgb(242,234,185); }

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