Shades of Classic Rose #FEC3D8
Tints of Classic Rose #FEC3D8
RGB
CMYK
RGB Variations
Color information
#FEC3D8 (or 0xFEC3D8) is known color: Classic Rose. HEX triplet: FE, C3 and D8. RGB value is (254,195,216). Sum of RGB (Red+Green+Blue) = 254+195+216=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3D8 is #013C27. Grayscale: #D7D7D7. Windows color (decimal): -80936 or 14205950. OLE color: 14205950.
HSL color Cylindrical-coordinate representation of color #FEC3D8: hue angle of 338.64º 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 #FEC3D8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 216 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.00 |
| HSL | 338.64º | 0.97% | 0.88% | - |
| HSV(B) | 338.64º | 0.23% | 1% | - |
| XYZ | 72.78 | 65.06 | 73.69 | - |
| YUV | 215.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 216 | 0 | 0.23 | 0.15 | 0.00 | 338.64 | 0.97 | 0.88 |
| Hex | FE | C3 | D8 | 0 | 17 | F | 0 | 153 | 61 | 58 |
| Octal | 376 | 303 | 330 | 0 | 27 | 17 | 0 | 523 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11011000 | 0 | 10111 | 1111 | 0 | 101010011 | 1100001 | 1011000 |
Color Harmonies of #FEC3D8
Complementary color
Monochromatic Colors of #FEC3D8
Black with #FEC3D8
Text Example
Text Example
White with #FEC3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3D8; }
p { color: rgb(254,195,216); }
H1.HeaderClassName
{
color: #FEC3D8;
}
.AnyTagClassName
{
color: #FEC3D8;
}
</style>
background-color css
<style>
a { background-color: #FEC3D8; }
a { background-color: rgb(254,195,216); }
div.DivClassName
{
background-color: #FEC3D8;
}
.BgClassName
{
background-color: #FEC3D8;
}
</style>
border-color css
<style>
span { border-color: #FEC3D8; }
span { border-color: rgb(254,195,216); }
td.TdClassName
{
border-color: #FEC3D8;
}
.TagClassName
{
border-color: #FEC3D8;
}
</style>