#FCFDB6

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

Shades of Cumulus #FCFDB6

Tints of Cumulus #FCFDB6

Color information

#FCFDB6 (or 0xFCFDB6) is unknown color: approx Cumulus. HEX triplet: FC, FD and B6. RGB value is (252,253,182). Sum of RGB (Red+Green+Blue) = 252+253+182=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 182 (71.48% from 255 or 26.49% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB6 is #030249. Grayscale: #F4F4F4. Windows color (decimal): -197194 or 11992572. OLE color: 11992572.

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

Color convert

RGB252253182-
CMYK0.0000.280.01
HSL60.85º94.67%85.29%-
HSV(B)60.85º28.06%99.22%-
XYZ83.7194.3258.05-
YUV244.6192.67133.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 182 (71.48% from 255) = 26.49%
R=36.68%
G=36.83%
B=26.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531820.0000.280.0160.8594.6785.29
HexFCFDB6001C13d5f55
Octal3743752660034175137125
Binary1111110011111101101101100011100111110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDB6; }

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

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

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

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

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

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

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

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