#FEC9DF

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

Shades of Classic Rose #FEC9DF

Tints of Classic Rose #FEC9DF

Color information

#FEC9DF (or 0xFEC9DF) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and DF. RGB value is (254,201,223). Sum of RGB (Red+Green+Blue) = 254+201+223=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9DF is #013620. Grayscale: #DBDBDB. Windows color (decimal): -79393 or 14666238. OLE color: 14666238.

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

Color convert

RGB254201223-
CMYK00.210.120.00
HSL335.09º96.36%89.22%-
HSV(B)335.09º20.87%99.61%-
XYZ75.0868.1779.01-
YUV219.36130.06152.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 201 (78.91% from 255) = 29.65%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=37.46%
G=29.65%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420122300.210.120.00335.0996.3689.22
HexFEC9DF015C014f6059
Octal376311337025140517140131
Binary1111111011001001110111110101011100010100111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9DF; }

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

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

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

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

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

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

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

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