#FEC8DD

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

Shades of Classic Rose #FEC8DD

Tints of Classic Rose #FEC8DD

Color information

#FEC8DD (or 0xFEC8DD) is unknown color: approx Classic Rose. HEX triplet: FE, C8 and DD. RGB value is (254,200,221). Sum of RGB (Red+Green+Blue) = 254+200+221=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DD is #013722. Grayscale: #DADADA. Windows color (decimal): -79651 or 14534910. OLE color: 14534910.

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

Color convert

RGB254200221-
CMYK00.210.130.00
HSL336.67º96.43%89.02%-
HSV(B)336.67º21.26%99.61%-
XYZ74.5867.677.52-
YUV218.54129.39153.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 200 (78.52% from 255) = 29.63%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=37.63%
G=29.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420022100.210.130.00336.6796.4389.02
HexFEC8DD015D01516059
Octal376310335025150521140131
Binary1111111011001000110111010101011101010101000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8DD; }

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

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

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

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

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

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

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

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