#FCFEC1

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

Shades of Cumulus #FCFEC1

Tints of Cumulus #FCFEC1

Color information

#FCFEC1 (or 0xFCFEC1) is unknown color: approx Cumulus. HEX triplet: FC, FE and C1. RGB value is (252,254,193). Sum of RGB (Red+Green+Blue) = 252+254+193=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC1 is #03013E. Grayscale: #F6F6F6. Windows color (decimal): -196927 or 12713724. OLE color: 12713724.

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

Color convert

RGB252254193-
CMYK0.0100.240.00
HSL61.97º96.83%87.65%-
HSV(B)61.97º24.02%99.61%-
XYZ85.2195.4364.38-
YUV246.4597.84131.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 193 (75.78% from 255) = 27.61%
R=36.05%
G=36.34%
B=27.61%

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
Decimal2522541930.0100.240.0061.9796.8387.65
HexFCFEC1101803e6158
Octal3743763011030076141130
Binary1111110011111110110000011011000011111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEC1; }

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

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

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

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

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

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

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

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