Html Css Color HEX #F6E9BF Half Colonial White

📋 copy color: '#F6E9BF'

red 246 ◦ green 233 ◦ blue 191

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

Shades of Half Colonial White #F6E9BF

Tints of Half Colonial White #F6E9BF

RGB

 RED value IS 246 (96.48% from 255) = 36.72%

 GREEN value IS 233 (91.41% from 255) = 34.78%

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

R = 36.72%
G = 34.78%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6E9BF (or 0xF6E9BF) is known color: Half Colonial White. HEX triplet: F6, E9 and BF. RGB value is (246,233,191). Sum of RGB (Red+Green+Blue) = 246+233+191=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E9BF is #091640. Grayscale: #E8E8E8. Windows color (decimal): -595521 or 12577270. OLE color: 12577270.

HSL color Cylindrical-coordinate representation of color #F6E9BF: hue angle of 45.82º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6E9BF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 233 191 -
CMYK 0 0.05 0.22 0.04
HSL 45.82º 0.75% 0.86% -
HSV(B) 45.82º 0.22% 0.96% -
XYZ 76.55 81.63 61.01 -
YUV 232.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 246 233 191 0 0.05 0.22 0.04 45.82 0.75 0.86
Hex F6 E9 BF 0 5 16 4 2E 4B 56
Octal 366 351 277 0 5 26 4 56 113 126
Binary 11110110 11101001 10111111 0 101 10110 100 101110 1001011 1010110

Color Harmonies of #F6E9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E9BF

Black with #F6E9BF

Text Example


Text Example

White with #F6E9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E9BF; }

 p { color: rgb(246,233,191); }

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

background-color css

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

 a { background-color: rgb(246,233,191); }

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

border-color css

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

 span { border-color: rgb(246,233,191); }

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