#FEFDC0

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

Shades of Cumulus #FEFDC0

Tints of Cumulus #FEFDC0

Color information

#FEFDC0 (or 0xFEFDC0) is unknown color: approx Cumulus. HEX triplet: FE, FD and C0. RGB value is (254,253,192). Sum of RGB (Red+Green+Blue) = 254+253+192=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 192 (75.39% from 255 or 27.47% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC0 is #01023F. Grayscale: #F6F6F6. Windows color (decimal): -66112 or 12647934. OLE color: 12647934.

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

Color convert

RGB254253192-
CMYK00.000.240.00
HSL59.03º96.88%87.45%-
HSV(B)59.03º24.41%99.61%-
XYZ85.5195.1363.72-
YUV246.3497.33133.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 192 (75.39% from 255) = 27.47%
R=36.34%
G=36.19%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425319200.000.240.0059.0396.8887.45
HexFEFDC0001803b6157
Octal3763753000030073141127
Binary1111111011111101110000000011000011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDC0; }

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

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

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

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

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

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

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

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