#FEC5ED

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

Shades of Classic Rose #FEC5ED

Tints of Classic Rose #FEC5ED

Color information

#FEC5ED (or 0xFEC5ED) is unknown color: approx Classic Rose. HEX triplet: FE, C5 and ED. RGB value is (254,197,237). Sum of RGB (Red+Green+Blue) = 254+197+237=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5ED is #013A12. Grayscale: #DADADA. Windows color (decimal): -80403 or 15582718. OLE color: 15582718.

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

Color convert

RGB254197237-
CMYK00.220.070.00
HSL317.89º96.61%88.43%-
HSV(B)317.89º22.44%99.61%-
XYZ76.1367.1289.06-
YUV218.6138.38153.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 197 (77.34% from 255) = 28.63%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=36.92%
G=28.63%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419723700.220.070.00317.8996.6188.43
HexFEC5ED0167013e6158
Octal37630535502670476141130
Binary111111101100010111101101010110111010011111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5ED; }

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

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

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

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

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

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

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

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