Shades of Classic Rose #FEC3DA
Tints of Classic Rose #FEC3DA
RGB
CMYK
RGB Variations
Color information
#FEC3DA (or 0xFEC3DA) is known color: Classic Rose. HEX triplet: FE, C3 and DA. RGB value is (254,195,218). Sum of RGB (Red+Green+Blue) = 254+195+218=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DA is #013C25. Grayscale: #D7D7D7. Windows color (decimal): -80934 or 14337022. OLE color: 14337022.
HSL color Cylindrical-coordinate representation of color #FEC3DA: hue angle of 336.61º 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 #FEC3DA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 218 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.00 |
| HSL | 336.61º | 0.97% | 0.88% | - |
| HSV(B) | 336.61º | 0.23% | 1% | - |
| XYZ | 73.04 | 65.16 | 75.06 | - |
| YUV | 215.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 218 | 0 | 0.23 | 0.14 | 0.00 | 336.61 | 0.97 | 0.88 |
| Hex | FE | C3 | DA | 0 | 17 | E | 0 | 151 | 61 | 58 |
| Octal | 376 | 303 | 332 | 0 | 27 | 16 | 0 | 521 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11011010 | 0 | 10111 | 1110 | 0 | 101010001 | 1100001 | 1011000 |
Color Harmonies of #FEC3DA
Complementary color
Monochromatic Colors of #FEC3DA
Black with #FEC3DA
Text Example
Text Example
White with #FEC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3DA; }
p { color: rgb(254,195,218); }
H1.HeaderClassName
{
color: #FEC3DA;
}
.AnyTagClassName
{
color: #FEC3DA;
}
</style>
background-color css
<style>
a { background-color: #FEC3DA; }
a { background-color: rgb(254,195,218); }
div.DivClassName
{
background-color: #FEC3DA;
}
.BgClassName
{
background-color: #FEC3DA;
}
</style>
border-color css
<style>
span { border-color: #FEC3DA; }
span { border-color: rgb(254,195,218); }
td.TdClassName
{
border-color: #FEC3DA;
}
.TagClassName
{
border-color: #FEC3DA;
}
</style>