#FBF3CE

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

Shades of China Ivory #FBF3CE

Tints of China Ivory #FBF3CE

Color information

#FBF3CE (or 0xFBF3CE) is unknown color: approx China Ivory. HEX triplet: FB, F3 and CE. RGB value is (251,243,206). Sum of RGB (Red+Green+Blue) = 251+243+206=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3CE is #040C31. Grayscale: #F1F1F1. Windows color (decimal): -265266 or 13562875. OLE color: 13562875.

HSL color Cylindrical-coordinate representation of color #FBF3CE: hue angle of 49.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBF3CE is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251243206-
CMYK00.030.180.02
HSL49.33º84.91%89.61%-
HSV(B)49.33º17.93%98.43%-
XYZ82.9789.0771.21-
YUV241.17108.15135.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 206 (80.86% from 255) = 29.43%
R=35.86%
G=34.71%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124320600.030.180.0249.3384.9189.61
HexFBF3CE0312231555a
Octal3733633160322261125132
Binary111110111111001111001110011100101011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3CE; }

 p { color: rgb(251,243,206); }

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

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

 a { background-color: rgb(251,243,206); }

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

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

 span { border-color: rgb(251,243,206); }

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