Html Css Color HEX #FFF5D4 China Ivory

📋 copy color: '#FFF5D4'

red 255 ◦ green 245 ◦ blue 212

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

Shades of China Ivory #FFF5D4

Tints of China Ivory #FFF5D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 29.78%

R = 35.81%
G = 34.41%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFF5D4 (or 0xFFF5D4) is known color: China Ivory. HEX triplet: FF, F5 and D4. RGB value is (255,245,212). Sum of RGB (Red+Green+Blue) = 255+245+212=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 212 (83.20% from 255 or 29.78% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D4 is #000A2B. Grayscale: #F4F4F4. Windows color (decimal): -2604 or 13956607. OLE color: 13956607.

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

Color convert

RGB 255 245 212 -
CMYK 0 0.04 0.17 0
HSL 46.05º 1% 0.92% -
HSV(B) 46.05º 0.17% 1% -
XYZ 85.78 91.32 75.39 -
YUV 244.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 255 245 212 0 0.04 0.17 0 46.05 1 0.92
Hex FF F5 D4 0 4 11 0 2E 64 5C
Octal 377 365 324 0 4 21 0 56 144 134
Binary 11111111 11110101 11010100 0 100 10001 0 101110 1100100 1011100

Color Harmonies of #FFF5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5D4

Black with #FFF5D4

Text Example


Text Example

White with #FFF5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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