Html Css Color HEX #F6EABC Half Colonial White

📋 copy color: '#F6EABC'

red 246 ◦ green 234 ◦ blue 188

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

Shades of Half Colonial White #F6EABC

Tints of Half Colonial White #F6EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.03%

 BLUE value IS 188 (73.83% from 255) = 28.14%

R = 36.83%
G = 35.03%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6EABC (or 0xF6EABC) is known color: Half Colonial White. HEX triplet: F6, EA and BC. RGB value is (246,234,188). Sum of RGB (Red+Green+Blue) = 246+234+188=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EABC is #091543. Grayscale: #E8E8E8. Windows color (decimal): -595268 or 12380918. OLE color: 12380918.

HSL color Cylindrical-coordinate representation of color #F6EABC: hue angle of 47.59º degrees, saturation: 0.76, 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 #F6EABC is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 234 188 -
CMYK 0 0.05 0.24 0.04
HSL 47.59º 0.76% 0.85% -
HSV(B) 47.59º 0.24% 0.96% -
XYZ 76.51 82.07 59.39 -
YUV 232.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 246 234 188 0 0.05 0.24 0.04 47.59 0.76 0.85
Hex F6 EA BC 0 5 18 4 30 4C 55
Octal 366 352 274 0 5 30 4 60 114 125
Binary 11110110 11101010 10111100 0 101 11000 100 110000 1001100 1010101

Color Harmonies of #F6EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EABC

Black with #F6EABC

Text Example


Text Example

White with #F6EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EABC; }

 p { color: rgb(246,234,188); }

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

background-color css

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

 a { background-color: rgb(246,234,188); }

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

border-color css

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

 span { border-color: rgb(246,234,188); }

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