Shades of Classic Rose #FDC1E3
Tints of Classic Rose #FDC1E3
RGB
CMYK
RGB Variations
Color information
#FDC1E3 (or 0xFDC1E3) is known color: Classic Rose. HEX triplet: FD, C1 and E3. RGB value is (253,193,227). Sum of RGB (Red+Green+Blue) = 253+193+227=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1E3 is #023E1C. Grayscale: #D6D6D6. Windows color (decimal): -146973 or 14926333. OLE color: 14926333.
HSL color Cylindrical-coordinate representation of color #FDC1E3: hue angle of 326º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1E3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 227 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.01 |
| HSL | 326º | 0.94% | 0.87% | - |
| HSV(B) | 326º | 0.24% | 0.99% | - |
| XYZ | 73.44 | 64.57 | 81.27 | - |
| YUV | 214.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 227 | 0 | 0.24 | 0.10 | 0.01 | 326 | 0.94 | 0.87 |
| Hex | FD | C1 | E3 | 0 | 18 | A | 1 | 146 | 5E | 57 |
| Octal | 375 | 301 | 343 | 0 | 30 | 12 | 1 | 506 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11100011 | 0 | 11000 | 1010 | 1 | 101000110 | 1011110 | 1010111 |
Color Harmonies of #FDC1E3
Complementary color
Monochromatic Colors of #FDC1E3
Black with #FDC1E3
Text Example
Text Example
White with #FDC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1E3; }
p { color: rgb(253,193,227); }
H1.HeaderClassName
{
color: #FDC1E3;
}
.AnyTagClassName
{
color: #FDC1E3;
}
</style>
background-color css
<style>
a { background-color: #FDC1E3; }
a { background-color: rgb(253,193,227); }
div.DivClassName
{
background-color: #FDC1E3;
}
.BgClassName
{
background-color: #FDC1E3;
}
</style>
border-color css
<style>
span { border-color: #FDC1E3; }
span { border-color: rgb(253,193,227); }
td.TdClassName
{
border-color: #FDC1E3;
}
.TagClassName
{
border-color: #FDC1E3;
}
</style>