Html Css Color HEX #FFF7D5 China Ivory

📋 copy color: '#FFF7D5'

red 255 ◦ green 247 ◦ blue 213

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

Shades of China Ivory #FFF7D5

Tints of China Ivory #FFF7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 29.79%

R = 35.66%
G = 34.55%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFF7D5 (or 0xFFF7D5) is known color: China Ivory. HEX triplet: FF, F7 and D5. RGB value is (255,247,213). Sum of RGB (Red+Green+Blue) = 255+247+213=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 213 (83.59% from 255 or 29.79% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D5 is #00082A. Grayscale: #F5F5F5. Windows color (decimal): -2091 or 14022655. OLE color: 14022655.

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

Color convert

RGB 255 247 213 -
CMYK 0 0.03 0.16 0
HSL 48.57º 1% 0.92% -
HSV(B) 48.57º 0.16% 1% -
XYZ 86.51 92.59 76.26 -
YUV 245.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 255 247 213 0 0.03 0.16 0 48.57 1 0.92
Hex FF F7 D5 0 3 10 0 31 64 5C
Octal 377 367 325 0 3 20 0 61 144 134
Binary 11111111 11110111 11010101 0 11 10000 0 110001 1100100 1011100

Color Harmonies of #FFF7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7D5

Black with #FFF7D5

Text Example


Text Example

White with #FFF7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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