Html Css Color HEX #F2E5BF Half Colonial White

📋 copy color: '#F2E5BF'

red 242 ◦ green 229 ◦ blue 191

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

Shades of Half Colonial White #F2E5BF

Tints of Half Colonial White #F2E5BF

RGB

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

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

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

R = 36.56%
G = 34.59%
B = 28.85%

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

#F2E5BF (or 0xF2E5BF) is known color: Half Colonial White. HEX triplet: F2, E5 and BF. RGB value is (242,229,191). Sum of RGB (Red+Green+Blue) = 242+229+191=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5BF is #0D1A40. Grayscale: #E4E4E4. Windows color (decimal): -858689 or 12576242. OLE color: 12576242.

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

Color convert

RGB 242 229 191 -
CMYK 0 0.05 0.21 0.05
HSL 44.71º 0.66% 0.85% -
HSV(B) 44.71º 0.21% 0.95% -
XYZ 74.04 78.68 60.57 -
YUV 228.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 242 229 191 0 0.05 0.21 0.05 44.71 0.66 0.85
Hex F2 E5 BF 0 5 15 5 2D 42 55
Octal 362 345 277 0 5 25 5 55 102 125
Binary 11110010 11100101 10111111 0 101 10101 101 101101 1000010 1010101

Color Harmonies of #F2E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5BF

Black with #F2E5BF

Text Example


Text Example

White with #F2E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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