Html Css Color HEX #FFF7D4 China Ivory

📋 copy color: '#FFF7D4'

red 255 ◦ green 247 ◦ blue 212

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

Shades of China Ivory #FFF7D4

Tints of China Ivory #FFF7D4

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.59%

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

R = 35.71%
G = 34.59%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFF7D4 (or 0xFFF7D4) is known color: China Ivory. HEX triplet: FF, F7 and D4. RGB value is (255,247,212). Sum of RGB (Red+Green+Blue) = 255+247+212=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 247 (96.88% from 255 or 34.59% from 714); Blue value is 212 (83.20% from 255 or 29.69% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D4 is #00082B. Grayscale: #F5F5F5. Windows color (decimal): -2092 or 13957119. OLE color: 13957119.

HSL color Cylindrical-coordinate representation of color #FFF7D4: hue angle of 48.84º 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 #FFF7D4 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 247 212 -
CMYK 0 0.03 0.17 0
HSL 48.84º 1% 0.92% -
HSV(B) 48.84º 0.17% 1% -
XYZ 86.38 92.54 75.6 -
YUV 245.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 255 247 212 0 0.03 0.17 0 48.84 1 0.92
Hex FF F7 D4 0 3 11 0 31 64 5C
Octal 377 367 324 0 3 21 0 61 144 134
Binary 11111111 11110111 11010100 0 11 10001 0 110001 1100100 1011100

Color Harmonies of #FFF7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7D4

Black with #FFF7D4

Text Example


Text Example

White with #FFF7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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