Html Css Color HEX #F6EFCE China Ivory

📋 copy color: '#F6EFCE'

red 246 ◦ green 239 ◦ blue 206

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

Shades of China Ivory #F6EFCE

Tints of China Ivory #F6EFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.59%

 BLUE value IS 206 (80.86% from 255) = 29.81%

R = 35.6%
G = 34.59%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6EFCE (or 0xF6EFCE) is known color: China Ivory. HEX triplet: F6, EF and CE. RGB value is (246,239,206). Sum of RGB (Red+Green+Blue) = 246+239+206=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFCE is #091031. Grayscale: #EDEDED. Windows color (decimal): -593970 or 13561846. OLE color: 13561846.

HSL color Cylindrical-coordinate representation of color #F6EFCE: hue angle of 49.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6EFCE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 239 206 -
CMYK 0 0.03 0.16 0.04
HSL 49.5º 0.69% 0.89% -
HSV(B) 49.5º 0.16% 0.96% -
XYZ 80.01 85.78 70.73 -
YUV 237.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 246 239 206 0 0.03 0.16 0.04 49.5 0.69 0.89
Hex F6 EF CE 0 3 10 4 32 45 59
Octal 366 357 316 0 3 20 4 62 105 131
Binary 11110110 11101111 11001110 0 11 10000 100 110010 1000101 1011001

Color Harmonies of #F6EFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EFCE

Black with #F6EFCE

Text Example


Text Example

White with #F6EFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EFCE; }

 p { color: rgb(246,239,206); }

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

background-color css

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

 a { background-color: rgb(246,239,206); }

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

border-color css

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

 span { border-color: rgb(246,239,206); }

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