#FBF2CE

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

Shades of China Ivory #FBF2CE

Tints of China Ivory #FBF2CE

Color information

#FBF2CE (or 0xFBF2CE) is unknown color: approx China Ivory. HEX triplet: FB, F2 and CE. RGB value is (251,242,206). Sum of RGB (Red+Green+Blue) = 251+242+206=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2CE is #040D31. Grayscale: #F0F0F0. Windows color (decimal): -265522 or 13562619. OLE color: 13562619.

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

Color convert

RGB251242206-
CMYK00.040.180.02
HSL48º84.91%89.61%-
HSV(B)48º17.93%98.43%-
XYZ82.6888.4771.11-
YUV240.59108.48135.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=35.91%
G=34.62%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124220600.040.180.024884.9189.61
HexFBF2CE0412230555a
Octal3733623160422260125132
Binary1111101111110010110011100100100101011000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2CE; }

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

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

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

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

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

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

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

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