Html Css Color HEX #F2E6BF Half Colonial White

📋 copy color: '#F2E6BF'

red 242 ◦ green 230 ◦ blue 191

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

Shades of Half Colonial White #F2E6BF

Tints of Half Colonial White #F2E6BF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.69%

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

R = 36.5%
G = 34.69%
B = 28.81%

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

#F2E6BF (or 0xF2E6BF) is known color: Half Colonial White. HEX triplet: F2, E6 and BF. RGB value is (242,230,191). Sum of RGB (Red+Green+Blue) = 242+230+191=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6BF is #0D1940. Grayscale: #E5E5E5. Windows color (decimal): -858433 or 12576498. OLE color: 12576498.

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

Color convert

RGB 242 230 191 -
CMYK 0 0.05 0.21 0.05
HSL 45.88º 0.66% 0.85% -
HSV(B) 45.88º 0.21% 0.95% -
XYZ 74.32 79.23 60.67 -
YUV 229.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 242 230 191 0 0.05 0.21 0.05 45.88 0.66 0.85
Hex F2 E6 BF 0 5 15 5 2E 42 55
Octal 362 346 277 0 5 25 5 56 102 125
Binary 11110010 11100110 10111111 0 101 10101 101 101110 1000010 1010101

Color Harmonies of #F2E6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6BF

Black with #F2E6BF

Text Example


Text Example

White with #F2E6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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