#FDFCB9

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

Shades of Cumulus #FDFCB9

Tints of Cumulus #FDFCB9

Color information

#FDFCB9 (or 0xFDFCB9) is unknown color: approx Cumulus. HEX triplet: FD, FC and B9. RGB value is (253,252,185). Sum of RGB (Red+Green+Blue) = 253+252+185=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 185 (72.66% from 255 or 26.81% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB9 is #020346. Grayscale: #F4F4F4. Windows color (decimal): -131911 or 12188925. OLE color: 12188925.

HSL color Cylindrical-coordinate representation of color #FDFCB9: hue angle of 59.12º degrees, saturation: 0.94, 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 #FDFCB9 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253252185-
CMYK00.000.270.01
HSL59.12º94.44%85.88%-
HSV(B)59.12º26.88%99.22%-
XYZ84.0894.0159.61-
YUV244.6694.33133.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 185 (72.66% from 255) = 26.81%
R=36.67%
G=36.52%
B=26.81%

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
Decimal25325218500.000.270.0159.1294.4485.88
HexFDFCB9001B13b5e56
Octal3753742710033173136126
Binary1111110111111100101110010011011111101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCB9; }

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

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

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

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

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

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

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

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