#FEFDC2

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

Shades of Cumulus #FEFDC2

Tints of Cumulus #FEFDC2

Color information

#FEFDC2 (or 0xFEFDC2) is unknown color: approx Cumulus. HEX triplet: FE, FD and C2. RGB value is (254,253,194). Sum of RGB (Red+Green+Blue) = 254+253+194=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 194 (76.17% from 255 or 27.67% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC2 is #01023D. Grayscale: #F6F6F6. Windows color (decimal): -66110 or 12779006. OLE color: 12779006.

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

Color convert

RGB254253194-
CMYK00.000.240.00
HSL59º96.77%87.84%-
HSV(B)59º23.62%99.61%-
XYZ85.7495.2264.9-
YUV246.5798.33133.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 194 (76.17% from 255) = 27.67%
R=36.23%
G=36.09%
B=27.67%

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
Decimal25425319400.000.240.005996.7787.84
HexFEFDC2001803b6158
Octal3763753020030073141130
Binary1111111011111101110000100011000011101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDC2; }

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

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

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

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

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

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

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

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