Html Css Color HEX #F2EABC Half Colonial White

📋 copy color: '#F2EABC'

red 242 ◦ green 234 ◦ blue 188

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

Shades of Half Colonial White #F2EABC

Tints of Half Colonial White #F2EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.31%

R = 36.45%
G = 35.24%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2EABC (or 0xF2EABC) is known color: Half Colonial White. HEX triplet: F2, EA and BC. RGB value is (242,234,188). Sum of RGB (Red+Green+Blue) = 242+234+188=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABC is #0D1543. Grayscale: #E7E7E7. Windows color (decimal): -857412 or 12380914. OLE color: 12380914.

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

Color convert

RGB 242 234 188 -
CMYK 0 0.03 0.22 0.05
HSL 51.11º 0.68% 0.84% -
HSV(B) 51.11º 0.22% 0.95% -
XYZ 75.12 81.35 59.32 -
YUV 231.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 242 234 188 0 0.03 0.22 0.05 51.11 0.68 0.84
Hex F2 EA BC 0 3 16 5 33 44 54
Octal 362 352 274 0 3 26 5 63 104 124
Binary 11110010 11101010 10111100 0 11 10110 101 110011 1000100 1010100

Color Harmonies of #F2EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EABC

Black with #F2EABC

Text Example


Text Example

White with #F2EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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