#FBF2CC

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

Shades of China Ivory #FBF2CC

Tints of China Ivory #FBF2CC

Color information

#FBF2CC (or 0xFBF2CC) is unknown color: approx China Ivory. HEX triplet: FB, F2 and CC. RGB value is (251,242,204). Sum of RGB (Red+Green+Blue) = 251+242+204=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2CC is #040D33. Grayscale: #F0F0F0. Windows color (decimal): -265524 or 13431547. OLE color: 13431547.

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

Color convert

RGB251242204-
CMYK00.040.190.02
HSL48.51º85.45%89.22%-
HSV(B)48.51º18.73%98.43%-
XYZ82.4388.3769.84-
YUV240.36107.48135.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 204 (80.08% from 255) = 29.27%
R=36.01%
G=34.72%
B=29.27%

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
Decimal25124220400.040.190.0248.5185.4589.22
HexFBF2CC04132315559
Octal3733623140423261125131
Binary1111101111110010110011000100100111011000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2CC; }

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

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

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

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

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

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

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

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