Html Css Color HEX #F2E7BF Half Colonial White

📋 copy color: '#F2E7BF'

red 242 ◦ green 231 ◦ blue 191

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

Shades of Half Colonial White #F2E7BF

Tints of Half Colonial White #F2E7BF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.79%

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

R = 36.45%
G = 34.79%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2E7BF (or 0xF2E7BF) is known color: Half Colonial White. HEX triplet: F2, E7 and BF. RGB value is (242,231,191). Sum of RGB (Red+Green+Blue) = 242+231+191=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 231 (90.62% from 255 or 34.79% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7BF is #0D1840. Grayscale: #E5E5E5. Windows color (decimal): -858177 or 12576754. OLE color: 12576754.

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

Color convert

RGB 242 231 191 -
CMYK 0 0.05 0.21 0.05
HSL 47.06º 0.66% 0.85% -
HSV(B) 47.06º 0.21% 0.95% -
XYZ 74.6 79.79 60.76 -
YUV 229.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 242 231 191 0 0.05 0.21 0.05 47.06 0.66 0.85
Hex F2 E7 BF 0 5 15 5 2F 42 55
Octal 362 347 277 0 5 25 5 57 102 125
Binary 11110010 11100111 10111111 0 101 10101 101 101111 1000010 1010101

Color Harmonies of #F2E7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7BF

Black with #F2E7BF

Text Example


Text Example

White with #F2E7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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