#FEC5E9

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

Shades of Classic Rose #FEC5E9

Tints of Classic Rose #FEC5E9

Color information

#FEC5E9 (or 0xFEC5E9) is unknown color: approx Classic Rose. HEX triplet: FE, C5 and E9. RGB value is (254,197,233). Sum of RGB (Red+Green+Blue) = 254+197+233=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5E9 is #013A16. Grayscale: #DADADA. Windows color (decimal): -80407 or 15320574. OLE color: 15320574.

HSL color Cylindrical-coordinate representation of color #FEC5E9: hue angle of 322.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5E9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254197233-
CMYK00.220.080.00
HSL322.11º96.61%88.43%-
HSV(B)322.11º22.44%99.61%-
XYZ75.5566.8986.02-
YUV218.15136.38153.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 197 (77.34% from 255) = 28.80%
BLUE value IS 233 (91.41% from 255) = 34.06%
R=37.13%
G=28.80%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419723300.220.080.00322.1196.6188.43
HexFEC5E9016801426158
Octal376305351026100502141130
Binary1111111011000101111010010101101000010100001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5E9; }

 p { color: rgb(254,197,233); }

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

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

 a { background-color: rgb(254,197,233); }

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

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

 span { border-color: rgb(254,197,233); }

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