#FCFDBA

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

Shades of Cumulus #FCFDBA

Tints of Cumulus #FCFDBA

Color information

#FCFDBA (or 0xFCFDBA) is unknown color: approx Cumulus. HEX triplet: FC, FD and BA. RGB value is (252,253,186). Sum of RGB (Red+Green+Blue) = 252+253+186=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 186 (73.05% from 255 or 26.92% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDBA is #030245. Grayscale: #F5F5F5. Windows color (decimal): -197190 or 12254716. OLE color: 12254716.

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

Color convert

RGB252253186-
CMYK0.0000.260.01
HSL60.9º94.37%86.08%-
HSV(B)60.9º26.48%99.22%-
XYZ84.1394.4960.26-
YUV245.0694.67132.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 186 (73.05% from 255) = 26.92%
R=36.47%
G=36.61%
B=26.92%

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
Decimal2522531860.0000.260.0160.994.3786.08
HexFCFDBA001A13d5e56
Octal3743752720032175136126
Binary1111110011111101101110100011010111110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDBA; }

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

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

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

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

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

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

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

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