#FEC9ED

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

Shades of Classic Rose #FEC9ED

Tints of Classic Rose #FEC9ED

Color information

#FEC9ED (or 0xFEC9ED) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and ED. RGB value is (254,201,237). Sum of RGB (Red+Green+Blue) = 254+201+237=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9ED is #013612. Grayscale: #DCDCDC. Windows color (decimal): -79379 or 15583742. OLE color: 15583742.

HSL color Cylindrical-coordinate representation of color #FEC9ED: hue angle of 319.25º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9ED is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254201237-
CMYK00.210.070.00
HSL319.25º96.36%89.22%-
HSV(B)319.25º20.87%99.61%-
XYZ77.0568.9689.37-
YUV220.95137.06151.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 201 (78.91% from 255) = 29.05%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=36.71%
G=29.05%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420123700.210.070.00319.2596.3689.22
HexFEC9ED0157013f6059
Octal37631135502570477140131
Binary111111101100100111101101010101111010011111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9ED; }

 p { color: rgb(254,201,237); }

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

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

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

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

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

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

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