#FEFCC0

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

Shades of Cumulus #FEFCC0

Tints of Cumulus #FEFCC0

Color information

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

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

Color convert

RGB254252192-
CMYK00.010.240.00
HSL58.06º96.88%87.45%-
HSV(B)58.06º24.41%99.61%-
XYZ85.294.563.62-
YUV245.7697.66133.88-

RGB Variations

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

RGB

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

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
Decimal25425219200.010.240.0058.0696.8887.45
HexFEFCC0011803a6157
Octal3763743000130072141127
Binary1111111011111100110000000111000011101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCC0; }

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

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

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

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

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

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

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

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