#FFF3CB

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

Shades of China Ivory #FFF3CB

Tints of China Ivory #FFF3CB

Color information

#FFF3CB (or 0xFFF3CB) is unknown color: approx China Ivory. HEX triplet: FF, F3 and CB. RGB value is (255,243,203). Sum of RGB (Red+Green+Blue) = 255+243+203=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 203 (79.69% from 255 or 28.96% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3CB is #000C34. Grayscale: #F2F2F2. Windows color (decimal): -3125 or 13366271. OLE color: 13366271.

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

Color convert

RGB255243203-
CMYK00.050.200
HSL46.15º100%89.8%-
HSV(B)46.15º20.39%100%-
XYZ84.0789.6769.38-
YUV242.03105.98137.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 203 (79.69% from 255) = 28.96%
R=36.38%
G=34.66%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524320300.050.20046.1510089.8
HexFFF3CB051402e645a
Octal3773633130524056144132
Binary111111111111001111001011010110100010111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3CB; }

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

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

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

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

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

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

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

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