Html Css Color HEX #FFF4D0 China Ivory

📋 copy color: '#FFF4D0'

red 255 ◦ green 244 ◦ blue 208

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

Shades of China Ivory #FFF4D0

Tints of China Ivory #FFF4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.42%

R = 36.07%
G = 34.51%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFF4D0 (or 0xFFF4D0) is known color: China Ivory. HEX triplet: FF, F4 and D0. RGB value is (255,244,208). Sum of RGB (Red+Green+Blue) = 255+244+208=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 244 (95.70% from 255 or 34.51% from 707); Blue value is 208 (81.64% from 255 or 29.42% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4D0 is #000B2F. Grayscale: #F3F3F3. Windows color (decimal): -2864 or 13694207. OLE color: 13694207.

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

Color convert

RGB 255 244 208 -
CMYK 0 0.04 0.18 0
HSL 45.96º 1% 0.91% -
HSV(B) 45.96º 0.18% 1% -
XYZ 84.98 90.52 72.67 -
YUV 243.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 255 244 208 0 0.04 0.18 0 45.96 1 0.91
Hex FF F4 D0 0 4 12 0 2E 64 5B
Octal 377 364 320 0 4 22 0 56 144 133
Binary 11111111 11110100 11010000 0 100 10010 0 101110 1100100 1011011

Color Harmonies of #FFF4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4D0

Black with #FFF4D0

Text Example


Text Example

White with #FFF4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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