#FEC5E8

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

Shades of Classic Rose #FEC5E8

Tints of Classic Rose #FEC5E8

Color information

#FEC5E8 (or 0xFEC5E8) is unknown color: approx Classic Rose. HEX triplet: FE, C5 and E8. RGB value is (254,197,232). Sum of RGB (Red+Green+Blue) = 254+197+232=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5E8 is #013A17. Grayscale: #D9D9D9. Windows color (decimal): -80408 or 15255038. OLE color: 15255038.

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

Color convert

RGB254197232-
CMYK00.220.090.00
HSL323.16º96.61%88.43%-
HSV(B)323.16º22.44%99.61%-
XYZ75.466.8385.27-
YUV218.03135.88153.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 197 (77.34% from 255) = 28.84%
BLUE value IS 232 (91.02% from 255) = 33.97%
R=37.19%
G=28.84%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419723200.220.090.00323.1696.6188.43
HexFEC5E8016901436158
Octal376305350026110503141130
Binary1111111011000101111010000101101001010100001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5E8; }

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

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

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

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

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

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

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

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