#FDFBBC

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

Shades of Cumulus #FDFBBC

Tints of Cumulus #FDFBBC

Color information

#FDFBBC (or 0xFDFBBC) is unknown color: approx Cumulus. HEX triplet: FD, FB and BC. RGB value is (253,251,188). Sum of RGB (Red+Green+Blue) = 253+251+188=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBC is #020443. Grayscale: #F4F4F4. Windows color (decimal): -132164 or 12385277. OLE color: 12385277.

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

Color convert

RGB253251188-
CMYK00.010.260.01
HSL58.15º94.2%86.47%-
HSV(B)58.15º25.69%99.22%-
XYZ84.0893.5161.19-
YUV244.4296.16134.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.56%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 188 (73.83% from 255) = 27.17%
R=36.56%
G=36.27%
B=27.17%

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
Decimal25325118800.010.260.0158.1594.286.47
HexFDFBBC011A13a5e56
Octal3753732740132172136126
Binary1111110111111011101111000111010111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBBC; }

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

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

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

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

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

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

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

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