#FEC1DD

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

Shades of Classic Rose #FEC1DD

Tints of Classic Rose #FEC1DD

Color information

#FEC1DD (or 0xFEC1DD) is unknown color: approx Classic Rose. HEX triplet: FE, C1 and DD. RGB value is (254,193,221). Sum of RGB (Red+Green+Blue) = 254+193+221=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1DD is #013E22. Grayscale: #D6D6D6. Windows color (decimal): -81443 or 14533118. OLE color: 14533118.

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

Color convert

RGB254193221-
CMYK00.240.130.00
HSL332.46º96.83%87.65%-
HSV(B)332.46º24.02%99.61%-
XYZ72.9964.4377-
YUV214.43131.71156.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 193 (75.78% from 255) = 28.89%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=38.02%
G=28.89%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419322100.240.130.00332.4696.8387.65
HexFEC1DD018D014c6158
Octal376301335030150514141130
Binary1111111011000001110111010110001101010100110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1DD; }

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

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

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

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

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

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

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

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