#FCFBB9

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

Shades of Cumulus #FCFBB9

Tints of Cumulus #FCFBB9

Color information

#FCFBB9 (or 0xFCFBB9) is unknown color: approx Cumulus. HEX triplet: FC, FB and B9. RGB value is (252,251,185). Sum of RGB (Red+Green+Blue) = 252+251+185=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 185 (72.66% from 255 or 26.89% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBB9 is #030446. Grayscale: #F4F4F4. Windows color (decimal): -197703 or 12188668. OLE color: 12188668.

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

Color convert

RGB252251185-
CMYK00.000.270.01
HSL59.1º91.78%85.69%-
HSV(B)59.1º26.59%98.82%-
XYZ83.493.1959.49-
YUV243.7894.83133.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 185 (72.66% from 255) = 26.89%
R=36.63%
G=36.48%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225118500.000.270.0159.191.7885.69
HexFCFBB9001B13b5c56
Octal3743732710033173134126
Binary1111110011111011101110010011011111101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBB9; }

 p { color: rgb(252,251,185); }

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

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

 a { background-color: rgb(252,251,185); }

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

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

 span { border-color: rgb(252,251,185); }

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