Html Css Color HEX #F2E7BE Half Colonial White

📋 copy color: '#F2E7BE'

red 242 ◦ green 231 ◦ blue 190

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

Shades of Half Colonial White #F2E7BE

Tints of Half Colonial White #F2E7BE

RGB

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

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

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

R = 36.5%
G = 34.84%
B = 28.66%

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

#F2E7BE (or 0xF2E7BE) is known color: Half Colonial White. HEX triplet: F2, E7 and BE. RGB value is (242,231,190). Sum of RGB (Red+Green+Blue) = 242+231+190=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7BE is #0D1841. Grayscale: #E5E5E5. Windows color (decimal): -858178 or 12511218. OLE color: 12511218.

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

Color convert

RGB 242 231 190 -
CMYK 0 0.05 0.21 0.05
HSL 47.31º 0.67% 0.85% -
HSV(B) 47.31º 0.21% 0.95% -
XYZ 74.49 79.75 60.18 -
YUV 229.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 242 231 190 0 0.05 0.21 0.05 47.31 0.67 0.85
Hex F2 E7 BE 0 5 15 5 2F 43 55
Octal 362 347 276 0 5 25 5 57 103 125
Binary 11110010 11100111 10111110 0 101 10101 101 101111 1000011 1010101

Color Harmonies of #F2E7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7BE

Black with #F2E7BE

Text Example


Text Example

White with #F2E7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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