#FBF3CF

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

Shades of China Ivory #FBF3CF

Tints of China Ivory #FBF3CF

Color information

#FBF3CF (or 0xFBF3CF) is unknown color: approx China Ivory. HEX triplet: FB, F3 and CF. RGB value is (251,243,207). Sum of RGB (Red+Green+Blue) = 251+243+207=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3CF is #040C30. Grayscale: #F1F1F1. Windows color (decimal): -265265 or 13628411. OLE color: 13628411.

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

Color convert

RGB251243207-
CMYK00.030.180.02
HSL49.09º84.62%89.8%-
HSV(B)49.09º17.53%98.43%-
XYZ83.189.1271.85-
YUV241.29108.65134.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 207 (81.25% from 255) = 29.53%
R=35.81%
G=34.66%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124320700.030.180.0249.0984.6289.8
HexFBF3CF0312231555a
Octal3733633170322261125132
Binary111110111111001111001111011100101011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3CF; }

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

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

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

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

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

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

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

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