Html Css Color HEX #F6EFD3 China Ivory

📋 copy color: '#F6EFD3'

red 246 ◦ green 239 ◦ blue 211

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

Shades of China Ivory #F6EFD3

Tints of China Ivory #F6EFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.32%

R = 35.34%
G = 34.34%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F6EFD3 (or 0xF6EFD3) is known color: China Ivory. HEX triplet: F6, EF and D3. RGB value is (246,239,211). Sum of RGB (Red+Green+Blue) = 246+239+211=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 211 (82.81% from 255 or 30.32% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFD3 is #09102C. Grayscale: #EEEEEE. Windows color (decimal): -593965 or 13889526. OLE color: 13889526.

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

Color convert

RGB 246 239 211 -
CMYK 0 0.03 0.14 0.04
HSL 48º 0.66% 0.9% -
HSV(B) 48º 0.14% 0.96% -
XYZ 80.63 86.03 73.98 -
YUV 237.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 246 239 211 0 0.03 0.14 0.04 48 0.66 0.9
Hex F6 EF D3 0 3 E 4 30 42 5A
Octal 366 357 323 0 3 16 4 60 102 132
Binary 11110110 11101111 11010011 0 11 1110 100 110000 1000010 1011010

Color Harmonies of #F6EFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EFD3

Black with #F6EFD3

Text Example


Text Example

White with #F6EFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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