#FCFCC3

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

Shades of Cumulus #FCFCC3

Tints of Cumulus #FCFCC3

Color information

#FCFCC3 (or 0xFCFCC3) is unknown color: approx Cumulus. HEX triplet: FC, FC and C3. RGB value is (252,252,195). Sum of RGB (Red+Green+Blue) = 252+252+195=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 195 (76.56% from 255 or 27.90% from 699); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC3 is #03033C. Grayscale: #F5F5F5. Windows color (decimal): -197437 or 12844284. OLE color: 12844284.

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

Color convert

RGB252252195-
CMYK000.230.01
HSL60º90.48%87.65%-
HSV(B)60º22.62%98.82%-
XYZ84.8194.2665.35-
YUV245.599.5132.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 252 (98.83% from 255) = 36.05%
BLUE value IS 195 (76.56% from 255) = 27.90%
R=36.05%
G=36.05%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252195000.230.016090.4887.65
HexFCFCC3001713c5a58
Octal3743743030027174132130
Binary1111110011111100110000110010111111110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCC3; }

 p { color: rgb(252,252,195); }

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

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

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

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

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

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

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