#FDFBB9

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

Shades of Cumulus #FDFBB9

Tints of Cumulus #FDFBB9

Color information

#FDFBB9 (or 0xFDFBB9) is unknown color: approx Cumulus. HEX triplet: FD, FB and B9. RGB value is (253,251,185). Sum of RGB (Red+Green+Blue) = 253+251+185=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB9 is #020446. Grayscale: #F4F4F4. Windows color (decimal): -132167 or 12188669. OLE color: 12188669.

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

Color convert

RGB253251185-
CMYK00.010.270.01
HSL58.24º94.44%85.88%-
HSV(B)58.24º26.88%99.22%-
XYZ83.7693.3859.51-
YUV244.0794.66134.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 185 (72.66% from 255) = 26.85%
R=36.72%
G=36.43%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325118500.010.270.0158.2494.4485.88
HexFDFBB9011B13a5e56
Octal3753732710133172136126
Binary1111110111111011101110010111011111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBB9; }

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

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

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

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

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

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

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

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