#FFF4CB

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

Shades of China Ivory #FFF4CB

Tints of China Ivory #FFF4CB

Color information

#FFF4CB (or 0xFFF4CB) is unknown color: approx China Ivory. HEX triplet: FF, F4 and CB. RGB value is (255,244,203). Sum of RGB (Red+Green+Blue) = 255+244+203=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4CB is #000B34. Grayscale: #F2F2F2. Windows color (decimal): -2869 or 13366527. OLE color: 13366527.

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

Color convert

RGB255244203-
CMYK00.040.200
HSL47.31º100%89.8%-
HSV(B)47.31º20.39%100%-
XYZ84.3790.2769.48-
YUV242.61105.64136.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 244 (95.70% from 255) = 34.76%
BLUE value IS 203 (79.69% from 255) = 28.92%
R=36.32%
G=34.76%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524420300.040.20047.3110089.8
HexFFF4CB041402f645a
Octal3773643130424057144132
Binary111111111111010011001011010010100010111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4CB; }

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

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

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

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

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

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

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

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