Html Css Color HEX #F2E5BB Half Colonial White

📋 copy color: '#F2E5BB'

red 242 ◦ green 229 ◦ blue 187

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

Shades of Half Colonial White #F2E5BB

Tints of Half Colonial White #F2E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.8%

 BLUE value IS 187 (73.44% from 255) = 28.42%

R = 36.78%
G = 34.8%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2E5BB (or 0xF2E5BB) is known color: Half Colonial White. HEX triplet: F2, E5 and BB. RGB value is (242,229,187). Sum of RGB (Red+Green+Blue) = 242+229+187=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5BB is #0D1A44. Grayscale: #E4E4E4. Windows color (decimal): -858693 or 12314098. OLE color: 12314098.

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

Color convert

RGB 242 229 187 -
CMYK 0 0.05 0.23 0.05
HSL 45.82º 0.68% 0.84% -
HSV(B) 45.82º 0.23% 0.95% -
XYZ 73.61 78.5 58.29 -
YUV 228.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 242 229 187 0 0.05 0.23 0.05 45.82 0.68 0.84
Hex F2 E5 BB 0 5 17 5 2E 44 54
Octal 362 345 273 0 5 27 5 56 104 124
Binary 11110010 11100101 10111011 0 101 10111 101 101110 1000100 1010100

Color Harmonies of #F2E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5BB

Black with #F2E5BB

Text Example


Text Example

White with #F2E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5BB; }

 p { color: rgb(242,229,187); }

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

background-color css

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

 a { background-color: rgb(242,229,187); }

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

border-color css

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

 span { border-color: rgb(242,229,187); }

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