#FDFCB8

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

Shades of Cumulus #FDFCB8

Tints of Cumulus #FDFCB8

Color information

#FDFCB8 (or 0xFDFCB8) is unknown color: approx Cumulus. HEX triplet: FD, FC and B8. RGB value is (253,252,184). Sum of RGB (Red+Green+Blue) = 253+252+184=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 184 (72.27% from 255 or 26.71% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB8 is #020347. Grayscale: #F4F4F4. Windows color (decimal): -131912 or 12123389. OLE color: 12123389.

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

Color convert

RGB253252184-
CMYK00.000.270.01
HSL59.13º94.52%85.69%-
HSV(B)59.13º27.27%99.22%-
XYZ83.9793.9659.06-
YUV244.5593.83134.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 184 (72.27% from 255) = 26.71%
R=36.72%
G=36.57%
B=26.71%

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
Decimal25325218400.000.270.0159.1394.5285.69
HexFDFCB8001B13b5f56
Octal3753742700033173137126
Binary1111110111111100101110000011011111101110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCB8; }

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

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

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

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

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

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

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

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