Shades of Classic Rose #FECDF1
Tints of Classic Rose #FECDF1
RGB
CMYK
RGB Variations
Color information
#FECDF1 (or 0xFECDF1) is known color: Classic Rose. HEX triplet: FE, CD and F1. RGB value is (254,205,241). Sum of RGB (Red+Green+Blue) = 254+205+241=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF1 is #01320E. Grayscale: #DFDFDF. Windows color (decimal): -78351 or 15846910. OLE color: 15846910.
HSL color Cylindrical-coordinate representation of color #FECDF1: hue angle of 315.92º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDF1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 241 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.00 |
| HSL | 315.92º | 0.96% | 0.9% | - |
| HSV(B) | 315.92º | 0.19% | 1% | - |
| XYZ | 78.58 | 71.08 | 92.8 | - |
| YUV | 223.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 241 | 0 | 0.19 | 0.05 | 0.00 | 315.92 | 0.96 | 0.9 |
| Hex | FE | CD | F1 | 0 | 13 | 5 | 0 | 13C | 60 | 5A |
| Octal | 376 | 315 | 361 | 0 | 23 | 5 | 0 | 474 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11110001 | 0 | 10011 | 101 | 0 | 100111100 | 1100000 | 1011010 |
Color Harmonies of #FECDF1
Complementary color
Monochromatic Colors of #FECDF1
Black with #FECDF1
Text Example
Text Example
White with #FECDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF1; }
p { color: rgb(254,205,241); }
H1.HeaderClassName
{
color: #FECDF1;
}
.AnyTagClassName
{
color: #FECDF1;
}
</style>
background-color css
<style>
a { background-color: #FECDF1; }
a { background-color: rgb(254,205,241); }
div.DivClassName
{
background-color: #FECDF1;
}
.BgClassName
{
background-color: #FECDF1;
}
</style>
border-color css
<style>
span { border-color: #FECDF1; }
span { border-color: rgb(254,205,241); }
td.TdClassName
{
border-color: #FECDF1;
}
.TagClassName
{
border-color: #FECDF1;
}
</style>