#FDFBBB

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

Shades of Cumulus #FDFBBB

Tints of Cumulus #FDFBBB

Color information

#FDFBBB (or 0xFDFBBB) is unknown color: approx Cumulus. HEX triplet: FD, FB and BB. RGB value is (253,251,187). Sum of RGB (Red+Green+Blue) = 253+251+187=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 187 (73.44% from 255 or 27.06% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBB is #020444. Grayscale: #F4F4F4. Windows color (decimal): -132165 or 12319741. OLE color: 12319741.

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

Color convert

RGB253251187-
CMYK00.010.260.01
HSL58.18º94.29%86.27%-
HSV(B)58.18º26.09%99.22%-
XYZ83.9793.4660.63-
YUV244.395.66134.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 187 (73.44% from 255) = 27.06%
R=36.61%
G=36.32%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325118700.010.260.0158.1894.2986.27
HexFDFBBB011A13a5e56
Octal3753732730132172136126
Binary1111110111111011101110110111010111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBBB; }

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

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

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

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

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

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

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

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