#FBF5CF

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

Shades of China Ivory #FBF5CF

Tints of China Ivory #FBF5CF

Color information

#FBF5CF (or 0xFBF5CF) is unknown color: approx China Ivory. HEX triplet: FB, F5 and CF. RGB value is (251,245,207). Sum of RGB (Red+Green+Blue) = 251+245+207=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5CF is #040A30. Grayscale: #F2F2F2. Windows color (decimal): -264753 or 13628923. OLE color: 13628923.

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

Color convert

RGB251245207-
CMYK00.020.180.02
HSL51.82º84.62%89.8%-
HSV(B)51.82º17.53%98.43%-
XYZ83.790.3272.05-
YUV242.46107.99134.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 245 (96.09% from 255) = 34.85%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=35.70%
G=34.85%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124520700.020.180.0251.8284.6289.8
HexFBF5CF0212234555a
Octal3733653170222264125132
Binary111110111111010111001111010100101011010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5CF; }

 p { color: rgb(251,245,207); }

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

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

 a { background-color: rgb(251,245,207); }

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

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

 span { border-color: rgb(251,245,207); }

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