#FDFCBD

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

Shades of Cumulus #FDFCBD

Tints of Cumulus #FDFCBD

Color information

#FDFCBD (or 0xFDFCBD) is unknown color: approx Cumulus. HEX triplet: FD, FC and BD. RGB value is (253,252,189). Sum of RGB (Red+Green+Blue) = 253+252+189=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 189 (74.22% from 255 or 27.23% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCBD is #020342. Grayscale: #F5F5F5. Windows color (decimal): -131907 or 12451069. OLE color: 12451069.

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

Color convert

RGB253252189-
CMYK00.000.250.01
HSL59.06º94.12%86.67%-
HSV(B)59.06º25.3%99.22%-
XYZ84.594.1861.87-
YUV245.1296.33133.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 252 (98.83% from 255) = 36.31%
BLUE value IS 189 (74.22% from 255) = 27.23%
R=36.46%
G=36.31%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325218900.000.250.0159.0694.1286.67
HexFDFCBD001913b5e57
Octal3753742750031173136127
Binary1111110111111100101111010011001111101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCBD; }

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

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

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

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

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

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

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

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