#FBF0CC

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

Shades of China Ivory #FBF0CC

Tints of China Ivory #FBF0CC

Color information

#FBF0CC (or 0xFBF0CC) is unknown color: approx China Ivory. HEX triplet: FB, F0 and CC. RGB value is (251,240,204). Sum of RGB (Red+Green+Blue) = 251+240+204=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0CC is #040F33. Grayscale: #EFEFEF. Windows color (decimal): -266036 or 13431035. OLE color: 13431035.

HSL color Cylindrical-coordinate representation of color #FBF0CC: hue angle of 45.96º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBF0CC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251240204-
CMYK00.040.190.02
HSL45.96º85.45%89.22%-
HSV(B)45.96º18.73%98.43%-
XYZ81.8487.1969.64-
YUV239.18108.14136.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 204 (80.08% from 255) = 29.35%
R=36.12%
G=34.53%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124020400.040.190.0245.9685.4589.22
HexFBF0CC041322e5559
Octal3733603140423256125131
Binary1111101111110000110011000100100111010111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0CC; }

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

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

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

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

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

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

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

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