Html Css Color HEX #FFF4D4 China Ivory

📋 copy color: '#FFF4D4'

red 255 ◦ green 244 ◦ blue 212

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

Shades of China Ivory #FFF4D4

Tints of China Ivory #FFF4D4

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.32%

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

R = 35.86%
G = 34.32%
B = 29.82%

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

#FFF4D4 (or 0xFFF4D4) is known color: China Ivory. HEX triplet: FF, F4 and D4. RGB value is (255,244,212). Sum of RGB (Red+Green+Blue) = 255+244+212=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 244 (95.70% from 255 or 34.32% from 711); Blue value is 212 (83.20% from 255 or 29.82% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4D4 is #000B2B. Grayscale: #F3F3F3. Windows color (decimal): -2860 or 13956351. OLE color: 13956351.

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

Color convert

RGB 255 244 212 -
CMYK 0 0.04 0.17 0
HSL 44.65º 1% 0.92% -
HSV(B) 44.65º 0.17% 1% -
XYZ 85.47 90.71 75.29 -
YUV 243.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 255 244 212 0 0.04 0.17 0 44.65 1 0.92
Hex FF F4 D4 0 4 11 0 2D 64 5C
Octal 377 364 324 0 4 21 0 55 144 134
Binary 11111111 11110100 11010100 0 100 10001 0 101101 1100100 1011100

Color Harmonies of #FFF4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4D4

Black with #FFF4D4

Text Example


Text Example

White with #FFF4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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