Html Css Color HEX #F2E8BA Half Colonial White

📋 copy color: '#F2E8BA'

red 242 ◦ green 232 ◦ blue 186

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

Shades of Half Colonial White #F2E8BA

Tints of Half Colonial White #F2E8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.15%

 BLUE value IS 186 (73.05% from 255) = 28.18%

R = 36.67%
G = 35.15%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2E8BA (or 0xF2E8BA) is known color: Half Colonial White. HEX triplet: F2, E8 and BA. RGB value is (242,232,186). Sum of RGB (Red+Green+Blue) = 242+232+186=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8BA is #0D1745. Grayscale: #E5E5E5. Windows color (decimal): -857926 or 12249330. OLE color: 12249330.

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

Color convert

RGB 242 232 186 -
CMYK 0 0.04 0.23 0.05
HSL 49.29º 0.68% 0.84% -
HSV(B) 49.29º 0.23% 0.95% -
XYZ 74.34 80.14 58 -
YUV 229.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 242 232 186 0 0.04 0.23 0.05 49.29 0.68 0.84
Hex F2 E8 BA 0 4 17 5 31 44 54
Octal 362 350 272 0 4 27 5 61 104 124
Binary 11110010 11101000 10111010 0 100 10111 101 110001 1000100 1010100

Color Harmonies of #F2E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8BA

Black with #F2E8BA

Text Example


Text Example

White with #F2E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8BA; }

 p { color: rgb(242,232,186); }

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

background-color css

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

 a { background-color: rgb(242,232,186); }

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

border-color css

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

 span { border-color: rgb(242,232,186); }

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