#FCFCC1

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

Shades of Cumulus #FCFCC1

Tints of Cumulus #FCFCC1

Color information

#FCFCC1 (or 0xFCFCC1) is unknown color: approx Cumulus. HEX triplet: FC, FC and C1. RGB value is (252,252,193). Sum of RGB (Red+Green+Blue) = 252+252+193=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC1 is #03033E. Grayscale: #F5F5F5. Windows color (decimal): -197439 or 12713212. OLE color: 12713212.

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

Color convert

RGB252252193-
CMYK000.230.01
HSL60º90.77%87.25%-
HSV(B)60º23.41%98.82%-
XYZ84.5894.1764.17-
YUV245.2798.5132.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 193 (75.78% from 255) = 27.69%
R=36.15%
G=36.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252193000.230.016090.7787.25
HexFCFCC1001713c5b57
Octal3743743010027174133127
Binary1111110011111100110000010010111111110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCC1; }

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

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

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

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

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

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

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

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