Html Css Color HEX #FFF6D1 China Ivory

📋 copy color: '#FFF6D1'

red 255 ◦ green 246 ◦ blue 209

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

Shades of China Ivory #FFF6D1

Tints of China Ivory #FFF6D1

RGB

 RED value IS 255 (100% from 255) = 35.92%

 GREEN value IS 246 (96.48% from 255) = 34.65%

 BLUE value IS 209 (82.03% from 255) = 29.44%

R = 35.92%
G = 34.65%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFF6D1 (or 0xFFF6D1) is known color: China Ivory. HEX triplet: FF, F6 and D1. RGB value is (255,246,209). Sum of RGB (Red+Green+Blue) = 255+246+209=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 209 (82.03% from 255 or 29.44% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6D1 is #00092E. Grayscale: #F4F4F4. Windows color (decimal): -2351 or 13760255. OLE color: 13760255.

HSL color Cylindrical-coordinate representation of color #FFF6D1: hue angle of 48.26º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFF6D1 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 209 -
CMYK 0 0.04 0.18 0
HSL 48.26º 1% 0.91% -
HSV(B) 48.26º 0.18% 1% -
XYZ 85.7 91.77 73.52 -
YUV 244.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 255 246 209 0 0.04 0.18 0 48.26 1 0.91
Hex FF F6 D1 0 4 12 0 30 64 5B
Octal 377 366 321 0 4 22 0 60 144 133
Binary 11111111 11110110 11010001 0 100 10010 0 110000 1100100 1011011

Color Harmonies of #FFF6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6D1

Black with #FFF6D1

Text Example


Text Example

White with #FFF6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6D1; }

 p { color: rgb(255,246,209); }

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

background-color css

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

 a { background-color: rgb(255,246,209); }

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

border-color css

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

 span { border-color: rgb(255,246,209); }

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