#FBF1CE

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

Shades of China Ivory #FBF1CE

Tints of China Ivory #FBF1CE

Color information

#FBF1CE (or 0xFBF1CE) is unknown color: approx China Ivory. HEX triplet: FB, F1 and CE. RGB value is (251,241,206). Sum of RGB (Red+Green+Blue) = 251+241+206=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1CE is #040E31. Grayscale: #F0F0F0. Windows color (decimal): -265778 or 13562363. OLE color: 13562363.

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

Color convert

RGB251241206-
CMYK00.040.180.02
HSL46.67º84.91%89.61%-
HSV(B)46.67º17.93%98.43%-
XYZ82.3887.8871.01-
YUV240108.81135.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 206 (80.86% from 255) = 29.51%
R=35.96%
G=34.53%
B=29.51%

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
Decimal25124120600.040.180.0246.6784.9189.61
HexFBF1CE041222f555a
Octal3733613160422257125132
Binary1111101111110001110011100100100101010111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1CE; }

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

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

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

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

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

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

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

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