Html Css Color HEX #FFF5D5 China Ivory

📋 copy color: '#FFF5D5'

red 255 ◦ green 245 ◦ blue 213

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

Shades of China Ivory #FFF5D5

Tints of China Ivory #FFF5D5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.36%

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

R = 35.76%
G = 34.36%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFF5D5 (or 0xFFF5D5) is known color: China Ivory. HEX triplet: FF, F5 and D5. RGB value is (255,245,213). Sum of RGB (Red+Green+Blue) = 255+245+213=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 245 (96.09% from 255 or 34.36% from 713); Blue value is 213 (83.59% from 255 or 29.87% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D5 is #000A2A. Grayscale: #F4F4F4. Windows color (decimal): -2603 or 14022143. OLE color: 14022143.

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

Color convert

RGB 255 245 213 -
CMYK 0 0.04 0.16 0
HSL 45.71º 1% 0.92% -
HSV(B) 45.71º 0.16% 1% -
XYZ 85.9 91.37 76.06 -
YUV 244.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 255 245 213 0 0.04 0.16 0 45.71 1 0.92
Hex FF F5 D5 0 4 10 0 2E 64 5C
Octal 377 365 325 0 4 20 0 56 144 134
Binary 11111111 11110101 11010101 0 100 10000 0 101110 1100100 1011100

Color Harmonies of #FFF5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5D5

Black with #FFF5D5

Text Example


Text Example

White with #FFF5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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