Html Css Color HEX #F6ECBA Half Colonial White

📋 copy color: '#F6ECBA'

red 246 ◦ green 236 ◦ blue 186

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

Shades of Half Colonial White #F6ECBA

Tints of Half Colonial White #F6ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.33%

 BLUE value IS 186 (73.05% from 255) = 27.84%

R = 36.83%
G = 35.33%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6ECBA (or 0xF6ECBA) is known color: Half Colonial White. HEX triplet: F6, EC and BA. RGB value is (246,236,186). Sum of RGB (Red+Green+Blue) = 246+236+186=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECBA is #091345. Grayscale: #E9E9E9. Windows color (decimal): -594758 or 12250358. OLE color: 12250358.

HSL color Cylindrical-coordinate representation of color #F6ECBA: hue angle of 50º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6ECBA is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 236 186 -
CMYK 0 0.04 0.24 0.04
HSL 50º 0.77% 0.85% -
HSV(B) 50º 0.24% 0.96% -
XYZ 76.86 83.13 58.45 -
YUV 233.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 246 236 186 0 0.04 0.24 0.04 50 0.77 0.85
Hex F6 EC BA 0 4 18 4 32 4D 55
Octal 366 354 272 0 4 30 4 62 115 125
Binary 11110110 11101100 10111010 0 100 11000 100 110010 1001101 1010101

Color Harmonies of #F6ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ECBA

Black with #F6ECBA

Text Example


Text Example

White with #F6ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ECBA; }

 p { color: rgb(246,236,186); }

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

background-color css

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

 a { background-color: rgb(246,236,186); }

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

border-color css

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

 span { border-color: rgb(246,236,186); }

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