#FEC4DA

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

Shades of Classic Rose #FEC4DA

Tints of Classic Rose #FEC4DA

Color information

#FEC4DA (or 0xFEC4DA) is unknown color: approx Classic Rose. HEX triplet: FE, C4 and DA. RGB value is (254,196,218). Sum of RGB (Red+Green+Blue) = 254+196+218=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4DA is #013B25. Grayscale: #D7D7D7. Windows color (decimal): -80678 or 14337278. OLE color: 14337278.

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

Color convert

RGB254196218-
CMYK00.230.140.00
HSL337.24º96.67%88.24%-
HSV(B)337.24º22.83%99.61%-
XYZ73.2765.6175.13-
YUV215.85129.22155.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 196 (76.95% from 255) = 29.34%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=38.02%
G=29.34%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419621800.230.140.00337.2496.6788.24
HexFEC4DA017E01516158
Octal376304332027160521141130
Binary1111111011000100110110100101111110010101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4DA; }

 p { color: rgb(254,196,218); }

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

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

 a { background-color: rgb(254,196,218); }

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

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

 span { border-color: rgb(254,196,218); }

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