#FDFBB7

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

Shades of Cumulus #FDFBB7

Tints of Cumulus #FDFBB7

Color information

#FDFBB7 (or 0xFDFBB7) is unknown color: approx Cumulus. HEX triplet: FD, FB and B7. RGB value is (253,251,183). Sum of RGB (Red+Green+Blue) = 253+251+183=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 183 (71.88% from 255 or 26.64% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB7 is #020448. Grayscale: #F4F4F4. Windows color (decimal): -132169 or 12057597. OLE color: 12057597.

HSL color Cylindrical-coordinate representation of color #FDFBB7: hue angle of 58.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDFBB7 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253251183-
CMYK00.010.280.01
HSL58.29º94.59%85.49%-
HSV(B)58.29º27.67%99.22%-
XYZ83.5593.358.4-
YUV243.8593.66134.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 183 (71.88% from 255) = 26.64%
R=36.83%
G=36.54%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325118300.010.280.0158.2994.5985.49
HexFDFBB7011C13a5f55
Octal3753732670134172137125
Binary1111110111111011101101110111100111101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBB7; }

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

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

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

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

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

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

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

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