Html Css Color HEX #F7F0D5 China Ivory

📋 copy color: '#F7F0D5'

red 247 ◦ green 240 ◦ blue 213

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

Shades of China Ivory #F7F0D5

Tints of China Ivory #F7F0D5

RGB

 RED value IS 247 (96.88% from 255) = 35.29%

 GREEN value IS 240 (94.14% from 255) = 34.29%

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

R = 35.29%
G = 34.29%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F7F0D5 (or 0xF7F0D5) is known color: China Ivory. HEX triplet: F7, F0 and D5. RGB value is (247,240,213). Sum of RGB (Red+Green+Blue) = 247+240+213=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0D5 is #080F2A. Grayscale: #EFEFEF. Windows color (decimal): -528171 or 14020855. OLE color: 14020855.

HSL color Cylindrical-coordinate representation of color #F7F0D5: hue angle of 47.65º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7F0D5 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 240 213 -
CMYK 0 0.03 0.14 0.03
HSL 47.65º 0.68% 0.9% -
HSV(B) 47.65º 0.14% 0.97% -
XYZ 81.53 86.9 75.43 -
YUV 239.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 247 240 213 0 0.03 0.14 0.03 47.65 0.68 0.9
Hex F7 F0 D5 0 3 E 3 30 44 5A
Octal 367 360 325 0 3 16 3 60 104 132
Binary 11110111 11110000 11010101 0 11 1110 11 110000 1000100 1011010

Color Harmonies of #F7F0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F0D5

Black with #F7F0D5

Text Example


Text Example

White with #F7F0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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