Html Css Color HEX #FFF7D3 China Ivory

📋 copy color: '#FFF7D3'

red 255 ◦ green 247 ◦ blue 211

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

Shades of China Ivory #FFF7D3

Tints of China Ivory #FFF7D3

RGB

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

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

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

R = 35.76%
G = 34.64%
B = 29.59%

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

#FFF7D3 (or 0xFFF7D3) is known color: China Ivory. HEX triplet: FF, F7 and D3. RGB value is (255,247,211). Sum of RGB (Red+Green+Blue) = 255+247+211=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 247 (96.88% from 255 or 34.64% from 713); Blue value is 211 (82.81% from 255 or 29.59% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D3 is #00082C. Grayscale: #F5F5F5. Windows color (decimal): -2093 or 13891583. OLE color: 13891583.

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

Color convert

RGB 255 247 211 -
CMYK 0 0.03 0.17 0
HSL 49.09º 1% 0.91% -
HSV(B) 49.09º 0.17% 1% -
XYZ 86.26 92.48 74.93 -
YUV 245.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 255 247 211 0 0.03 0.17 0 49.09 1 0.91
Hex FF F7 D3 0 3 11 0 31 64 5B
Octal 377 367 323 0 3 21 0 61 144 133
Binary 11111111 11110111 11010011 0 11 10001 0 110001 1100100 1011011

Color Harmonies of #FFF7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7D3

Black with #FFF7D3

Text Example


Text Example

White with #FFF7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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