Html Css Color HEX #FFF6D4 China Ivory

📋 copy color: '#FFF6D4'

red 255 ◦ green 246 ◦ blue 212

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

Shades of China Ivory #FFF6D4

Tints of China Ivory #FFF6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.73%

R = 35.76%
G = 34.5%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFF6D4 (or 0xFFF6D4) is known color: China Ivory. HEX triplet: FF, F6 and D4. RGB value is (255,246,212). Sum of RGB (Red+Green+Blue) = 255+246+212=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 212 (83.20% from 255 or 29.73% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6D4 is #00092B. Grayscale: #F4F4F4. Windows color (decimal): -2348 or 13956863. OLE color: 13956863.

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

Color convert

RGB 255 246 212 -
CMYK 0 0.04 0.17 0
HSL 47.44º 1% 0.92% -
HSV(B) 47.44º 0.17% 1% -
XYZ 86.08 91.93 75.49 -
YUV 244.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 255 246 212 0 0.04 0.17 0 47.44 1 0.92
Hex FF F6 D4 0 4 11 0 2F 64 5C
Octal 377 366 324 0 4 21 0 57 144 134
Binary 11111111 11110110 11010100 0 100 10001 0 101111 1100100 1011100

Color Harmonies of #FFF6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6D4

Black with #FFF6D4

Text Example


Text Example

White with #FFF6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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