#FEC8DF

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

Shades of Classic Rose #FEC8DF

Tints of Classic Rose #FEC8DF

Color information

#FEC8DF (or 0xFEC8DF) is unknown color: approx Classic Rose. HEX triplet: FE, C8 and DF. RGB value is (254,200,223). Sum of RGB (Red+Green+Blue) = 254+200+223=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DF is #013720. Grayscale: #DADADA. Windows color (decimal): -79649 or 14665982. OLE color: 14665982.

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

Color convert

RGB254200223-
CMYK00.210.120.00
HSL334.44º96.43%89.02%-
HSV(B)334.44º21.26%99.61%-
XYZ74.8567.7178.94-
YUV218.77130.39153.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 200 (78.52% from 255) = 29.54%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=37.52%
G=29.54%
B=32.94%

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
Decimal25420022300.210.120.00334.4496.4389.02
HexFEC8DF015C014e6059
Octal376310337025140516140131
Binary1111111011001000110111110101011100010100111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8DF; }

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

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

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

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

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

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

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

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