#FFF5D2

Color #FFF5D2 China Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of China Ivory #FFF5D2

Tints of China Ivory #FFF5D2

Color information

#FFF5D2 (or 0xFFF5D2) is unknown color: approx China Ivory. HEX triplet: FF, F5 and D2. RGB value is (255,245,210). Sum of RGB (Red+Green+Blue) = 255+245+210=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 210 (82.42% from 255 or 29.58% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D2 is #000A2D. Grayscale: #F4F4F4. Windows color (decimal): -2606 or 13825535. OLE color: 13825535.

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

Color convert

RGB255245210-
CMYK00.040.180
HSL46.67º100%91.18%-
HSV(B)46.67º17.65%100%-
XYZ85.5391.2274.07-
YUV244108.81135.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 245 (96.09% from 255) = 34.51%
BLUE value IS 210 (82.42% from 255) = 29.58%
R=35.92%
G=34.51%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524521000.040.18046.6710091.18
HexFFF5D2041202f645b
Octal3773653220422057144133
Binary111111111111010111010010010010010010111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5D2; }

 p { color: rgb(255,245,210); }

 H1.HeaderClassName
 {
   color: #FFF5D2;
 }
 .AnyTagClassName
 {
   color: #FFF5D2;
 }
</style>
background-color css

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

 a { background-color: rgb(255,245,210); }

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

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

 span { border-color: rgb(255,245,210); }

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