#FCFDBB

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

Shades of Cumulus #FCFDBB

Tints of Cumulus #FCFDBB

Color information

#FCFDBB (or 0xFCFDBB) is unknown color: approx Cumulus. HEX triplet: FC, FD and BB. RGB value is (252,253,187). Sum of RGB (Red+Green+Blue) = 252+253+187=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 187 (73.44% from 255 or 27.02% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBB is #030244. Grayscale: #F5F5F5. Windows color (decimal): -197189 or 12320252. OLE color: 12320252.

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

Color convert

RGB252253187-
CMYK0.0000.260.01
HSL60.91º94.29%86.27%-
HSV(B)60.91º26.09%99.22%-
XYZ84.2494.5360.82-
YUV245.1895.17132.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 187 (73.44% from 255) = 27.02%
R=36.42%
G=36.56%
B=27.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531870.0000.260.0160.9194.2986.27
HexFCFDBB001A13d5e56
Octal3743752730032175136126
Binary1111110011111101101110110011010111110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDBB; }

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

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

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

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

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

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

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

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