#FBF0CE

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

Shades of China Ivory #FBF0CE

Tints of China Ivory #FBF0CE

Color information

#FBF0CE (or 0xFBF0CE) is unknown color: approx China Ivory. HEX triplet: FB, F0 and CE. RGB value is (251,240,206). Sum of RGB (Red+Green+Blue) = 251+240+206=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0CE is #040F31. Grayscale: #EFEFEF. Windows color (decimal): -266034 or 13562107. OLE color: 13562107.

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

Color convert

RGB251240206-
CMYK00.040.180.02
HSL45.33º84.91%89.61%-
HSV(B)45.33º17.93%98.43%-
XYZ82.0887.2970.91-
YUV239.41109.14136.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=36.01%
G=34.43%
B=29.56%

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
Decimal25124020600.040.180.0245.3384.9189.61
HexFBF0CE041222d555a
Octal3733603160422255125132
Binary1111101111110000110011100100100101010110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0CE; }

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

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

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

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

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

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

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

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