Html Css Color HEX #F6EBBF Half Colonial White

📋 copy color: '#F6EBBF'

red 246 ◦ green 235 ◦ blue 191

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

Shades of Half Colonial White #F6EBBF

Tints of Half Colonial White #F6EBBF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.97%

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

R = 36.61%
G = 34.97%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6EBBF (or 0xF6EBBF) is known color: Half Colonial White. HEX triplet: F6, EB and BF. RGB value is (246,235,191). Sum of RGB (Red+Green+Blue) = 246+235+191=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBBF is #091440. Grayscale: #E9E9E9. Windows color (decimal): -595009 or 12577782. OLE color: 12577782.

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

Color convert

RGB 246 235 191 -
CMYK 0 0.04 0.22 0.04
HSL 48º 0.75% 0.86% -
HSV(B) 48º 0.22% 0.96% -
XYZ 77.12 82.77 61.2 -
YUV 233.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 246 235 191 0 0.04 0.22 0.04 48 0.75 0.86
Hex F6 EB BF 0 4 16 4 30 4B 56
Octal 366 353 277 0 4 26 4 60 113 126
Binary 11110110 11101011 10111111 0 100 10110 100 110000 1001011 1010110

Color Harmonies of #F6EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EBBF

Black with #F6EBBF

Text Example


Text Example

White with #F6EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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