Html Css Color HEX #F2EABE Half Colonial White

📋 copy color: '#F2EABE'

red 242 ◦ green 234 ◦ blue 190

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

Shades of Half Colonial White #F2EABE

Tints of Half Colonial White #F2EABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.53%

R = 36.34%
G = 35.14%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2EABE (or 0xF2EABE) is known color: Half Colonial White. HEX triplet: F2, EA and BE. RGB value is (242,234,190). Sum of RGB (Red+Green+Blue) = 242+234+190=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABE is #0D1541. Grayscale: #E7E7E7. Windows color (decimal): -857410 or 12511986. OLE color: 12511986.

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

Color convert

RGB 242 234 190 -
CMYK 0 0.03 0.21 0.05
HSL 50.77º 0.67% 0.85% -
HSV(B) 50.77º 0.21% 0.95% -
XYZ 75.34 81.44 60.46 -
YUV 231.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 242 234 190 0 0.03 0.21 0.05 50.77 0.67 0.85
Hex F2 EA BE 0 3 15 5 33 43 55
Octal 362 352 276 0 3 25 5 63 103 125
Binary 11110010 11101010 10111110 0 11 10101 101 110011 1000011 1010101

Color Harmonies of #F2EABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EABE

Black with #F2EABE

Text Example


Text Example

White with #F2EABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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