Html Css Color HEX #F2EABF Half Colonial White

📋 copy color: '#F2EABF'

red 242 ◦ green 234 ◦ blue 191

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

Shades of Half Colonial White #F2EABF

Tints of Half Colonial White #F2EABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.64%

R = 36.28%
G = 35.08%
B = 28.64%

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

#F2EABF (or 0xF2EABF) is known color: Half Colonial White. HEX triplet: F2, EA and BF. RGB value is (242,234,191). Sum of RGB (Red+Green+Blue) = 242+234+191=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABF is #0D1540. Grayscale: #E7E7E7. Windows color (decimal): -857409 or 12577522. OLE color: 12577522.

HSL color Cylindrical-coordinate representation of color #F2EABF: hue angle of 50.59º degrees, saturation: 0.66, 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 #F2EABF is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 191 -
CMYK 0 0.03 0.21 0.05
HSL 50.59º 0.66% 0.85% -
HSV(B) 50.59º 0.21% 0.95% -
XYZ 75.44 81.48 61.04 -
YUV 231.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 242 234 191 0 0.03 0.21 0.05 50.59 0.66 0.85
Hex F2 EA BF 0 3 15 5 33 42 55
Octal 362 352 277 0 3 25 5 63 102 125
Binary 11110010 11101010 10111111 0 11 10101 101 110011 1000010 1010101

Color Harmonies of #F2EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EABF

Black with #F2EABF

Text Example


Text Example

White with #F2EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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