Html Css Color HEX #FFF6D6 China Ivory

📋 copy color: '#FFF6D6'

red 255 ◦ green 246 ◦ blue 214

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

Shades of China Ivory #FFF6D6

Tints of China Ivory #FFF6D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 29.93%

R = 35.66%
G = 34.41%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFF6D6 (or 0xFFF6D6) is known color: China Ivory. HEX triplet: FF, F6 and D6. RGB value is (255,246,214). Sum of RGB (Red+Green+Blue) = 255+246+214=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 214 (83.98% from 255 or 29.93% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6D6 is #000929. Grayscale: #F5F5F5. Windows color (decimal): -2346 or 14087935. OLE color: 14087935.

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

Color convert

RGB 255 246 214 -
CMYK 0 0.04 0.16 0
HSL 46.83º 1% 0.92% -
HSV(B) 46.83º 0.16% 1% -
XYZ 86.33 92.03 76.83 -
YUV 245.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 255 246 214 0 0.04 0.16 0 46.83 1 0.92
Hex FF F6 D6 0 4 10 0 2F 64 5C
Octal 377 366 326 0 4 20 0 57 144 134
Binary 11111111 11110110 11010110 0 100 10000 0 101111 1100100 1011100

Color Harmonies of #FFF6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6D6

Black with #FFF6D6

Text Example


Text Example

White with #FFF6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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