Shades of Classic Rose #FEC3DF
Tints of Classic Rose #FEC3DF
RGB
CMYK
RGB Variations
Color information
#FEC3DF (or 0xFEC3DF) is known color: Classic Rose. HEX triplet: FE, C3 and DF. RGB value is (254,195,223). Sum of RGB (Red+Green+Blue) = 254+195+223=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DF is #013C20. Grayscale: #D7D7D7. Windows color (decimal): -80929 or 14664702. OLE color: 14664702.
HSL color Cylindrical-coordinate representation of color #FEC3DF: hue angle of 331.53º 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 #FEC3DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 223 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.00 |
| HSL | 331.53º | 0.97% | 0.88% | - |
| HSV(B) | 331.53º | 0.23% | 1% | - |
| XYZ | 73.71 | 65.43 | 78.56 | - |
| YUV | 215.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 223 | 0 | 0.23 | 0.12 | 0.00 | 331.53 | 0.97 | 0.88 |
| Hex | FE | C3 | DF | 0 | 17 | C | 0 | 14C | 61 | 58 |
| Octal | 376 | 303 | 337 | 0 | 27 | 14 | 0 | 514 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11011111 | 0 | 10111 | 1100 | 0 | 101001100 | 1100001 | 1011000 |
Color Harmonies of #FEC3DF
Complementary color
Monochromatic Colors of #FEC3DF
Black with #FEC3DF
Text Example
Text Example
White with #FEC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3DF; }
p { color: rgb(254,195,223); }
H1.HeaderClassName
{
color: #FEC3DF;
}
.AnyTagClassName
{
color: #FEC3DF;
}
</style>
background-color css
<style>
a { background-color: #FEC3DF; }
a { background-color: rgb(254,195,223); }
div.DivClassName
{
background-color: #FEC3DF;
}
.BgClassName
{
background-color: #FEC3DF;
}
</style>
border-color css
<style>
span { border-color: #FEC3DF; }
span { border-color: rgb(254,195,223); }
td.TdClassName
{
border-color: #FEC3DF;
}
.TagClassName
{
border-color: #FEC3DF;
}
</style>