#FEC5DD

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

Shades of Classic Rose #FEC5DD

Tints of Classic Rose #FEC5DD

Color information

#FEC5DD (or 0xFEC5DD) is unknown color: approx Classic Rose. HEX triplet: FE, C5 and DD. RGB value is (254,197,221). Sum of RGB (Red+Green+Blue) = 254+197+221=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5DD is #013A22. Grayscale: #D8D8D8. Windows color (decimal): -80419 or 14534142. OLE color: 14534142.

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

Color convert

RGB254197221-
CMYK00.220.130.00
HSL334.74º96.61%88.43%-
HSV(B)334.74º22.44%99.61%-
XYZ73.8966.2277.29-
YUV216.78130.38154.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=37.80%
G=29.32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419722100.220.130.00334.7496.6188.43
HexFEC5DD016D014f6158
Octal376305335026150517141130
Binary1111111011000101110111010101101101010100111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5DD; }

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

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

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

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

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

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

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

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