#FBF1CF

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

Shades of China Ivory #FBF1CF

Tints of China Ivory #FBF1CF

Color information

#FBF1CF (or 0xFBF1CF) is unknown color: approx China Ivory. HEX triplet: FB, F1 and CF. RGB value is (251,241,207). Sum of RGB (Red+Green+Blue) = 251+241+207=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1CF is #040E30. Grayscale: #F0F0F0. Windows color (decimal): -265777 or 13627899. OLE color: 13627899.

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

Color convert

RGB251241207-
CMYK00.040.180.02
HSL46.36º84.62%89.8%-
HSV(B)46.36º17.53%98.43%-
XYZ82.587.9271.65-
YUV240.11109.31135.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 207 (81.25% from 255) = 29.61%
R=35.91%
G=34.48%
B=29.61%

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
Decimal25124120700.040.180.0246.3684.6289.8
HexFBF1CF041222e555a
Octal3733613170422256125132
Binary1111101111110001110011110100100101010111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1CF; }

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

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

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

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

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

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

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

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