#FCF8BB

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

Shades of Cumulus #FCF8BB

Tints of Cumulus #FCF8BB

Color information

#FCF8BB (or 0xFCF8BB) is unknown color: approx Cumulus. HEX triplet: FC, F8 and BB. RGB value is (252,248,187). Sum of RGB (Red+Green+Blue) = 252+248+187=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 187 (73.44% from 255 or 27.22% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8BB is #030744. Grayscale: #F2F2F2. Windows color (decimal): -198469 or 12318972. OLE color: 12318972.

HSL color Cylindrical-coordinate representation of color #FCF8BB: hue angle of 56.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCF8BB is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252248187-
CMYK00.020.260.01
HSL56.31º91.55%86.08%-
HSV(B)56.31º25.79%98.82%-
XYZ82.6891.4260.3-
YUV242.2496.83134.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 187 (73.44% from 255) = 27.22%
R=36.68%
G=36.10%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224818700.020.260.0156.3191.5586.08
HexFCF8BB021A1385c56
Octal3743702730232170134126
Binary11111100111110001011101101011010111100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8BB; }

 p { color: rgb(252,248,187); }

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

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

 a { background-color: rgb(252,248,187); }

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

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

 span { border-color: rgb(252,248,187); }

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