#FEFCC1

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

Shades of Cumulus #FEFCC1

Tints of Cumulus #FEFCC1

Color information

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

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

Color convert

RGB254252193-
CMYK00.010.240.00
HSL58.03º96.83%87.65%-
HSV(B)58.03º24.02%99.61%-
XYZ85.3194.5464.2-
YUV245.8798.16133.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425219300.010.240.0058.0396.8387.65
HexFEFCC1011803a6158
Octal3763743010130072141130
Binary1111111011111100110000010111000011101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCC1; }

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

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

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

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

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

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

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

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