#FCFEC0

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

Shades of Cumulus #FCFEC0

Tints of Cumulus #FCFEC0

Color information

#FCFEC0 (or 0xFCFEC0) is unknown color: approx Cumulus. HEX triplet: FC, FE and C0. RGB value is (252,254,192). Sum of RGB (Red+Green+Blue) = 252+254+192=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 192 (75.39% from 255 or 27.51% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC0 is #03013F. Grayscale: #F6F6F6. Windows color (decimal): -196928 or 12648188. OLE color: 12648188.

HSL color Cylindrical-coordinate representation of color #FCFEC0: hue angle of 61.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCFEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB252254192-
CMYK0.0100.240.00
HSL61.94º96.88%87.45%-
HSV(B)61.94º24.41%99.61%-
XYZ85.195.3863.79-
YUV246.3397.34132.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 192 (75.39% from 255) = 27.51%
R=36.10%
G=36.39%
B=27.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541920.0100.240.0061.9496.8887.45
HexFCFEC0101803e6157
Octal3743763001030076141127
Binary1111110011111110110000001011000011111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEC0; }

 p { color: rgb(252,254,192); }

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

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

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

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

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

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

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