#FEFEC0

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

Shades of Cumulus #FEFEC0

Tints of Cumulus #FEFEC0

Color information

#FEFEC0 (or 0xFEFEC0) is unknown color: approx Cumulus. HEX triplet: FE, FE and C0. RGB value is (254,254,192). Sum of RGB (Red+Green+Blue) = 254+254+192=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 192 (75.39% from 255 or 27.43% from 700); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC0 is #01013F. Grayscale: #F7F7F7. Windows color (decimal): -65856 or 12648190. OLE color: 12648190.

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

Color convert

RGB254254192-
CMYK000.240.00
HSL60º96.88%87.45%-
HSV(B)60º24.41%99.61%-
XYZ85.8395.7663.83-
YUV246.9397133.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 192 (75.39% from 255) = 27.43%
R=36.29%
G=36.29%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254192000.240.006096.8887.45
HexFEFEC0001803c6157
Octal3763763000030074141127
Binary1111111011111110110000000011000011110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEC0; }

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

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

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

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

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

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

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

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