Html Css Color HEX #F2E4BE Half Colonial White

📋 copy color: '#F2E4BE'

red 242 ◦ green 228 ◦ blue 190

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

Shades of Half Colonial White #F2E4BE

Tints of Half Colonial White #F2E4BE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.55%

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

R = 36.67%
G = 34.55%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2E4BE (or 0xF2E4BE) is known color: Half Colonial White. HEX triplet: F2, E4 and BE. RGB value is (242,228,190). Sum of RGB (Red+Green+Blue) = 242+228+190=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4BE is #0D1B41. Grayscale: #E4E4E4. Windows color (decimal): -858946 or 12510450. OLE color: 12510450.

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

Color convert

RGB 242 228 190 -
CMYK 0 0.06 0.21 0.05
HSL 43.85º 0.67% 0.85% -
HSV(B) 43.85º 0.21% 0.95% -
XYZ 73.66 78.08 59.9 -
YUV 227.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 242 228 190 0 0.06 0.21 0.05 43.85 0.67 0.85
Hex F2 E4 BE 0 6 15 5 2C 43 55
Octal 362 344 276 0 6 25 5 54 103 125
Binary 11110010 11100100 10111110 0 110 10101 101 101100 1000011 1010101

Color Harmonies of #F2E4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4BE

Black with #F2E4BE

Text Example


Text Example

White with #F2E4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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