Shades of Classic Rose #FDC4F1
Tints of Classic Rose #FDC4F1
RGB
CMYK
RGB Variations
Color information
#FDC4F1 (or 0xFDC4F1) is known color: Classic Rose. HEX triplet: FD, C4 and F1. RGB value is (253,196,241). Sum of RGB (Red+Green+Blue) = 253+196+241=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 196 (76.95% from 255 or 28.41% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4F1 is #023B0E. Grayscale: #DADADA. Windows color (decimal): -146191 or 15844605. OLE color: 15844605.
HSL color Cylindrical-coordinate representation of color #FDC4F1: hue angle of 312.63º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4F1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 241 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.01 |
| HSL | 312.63º | 0.93% | 0.88% | - |
| HSV(B) | 312.63º | 0.23% | 0.99% | - |
| XYZ | 76.13 | 66.71 | 92.08 | - |
| YUV | 218.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 241 | 0 | 0.23 | 0.05 | 0.01 | 312.63 | 0.93 | 0.88 |
| Hex | FD | C4 | F1 | 0 | 17 | 5 | 1 | 139 | 5D | 58 |
| Octal | 375 | 304 | 361 | 0 | 27 | 5 | 1 | 471 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11110001 | 0 | 10111 | 101 | 1 | 100111001 | 1011101 | 1011000 |
Color Harmonies of #FDC4F1
Complementary color
Monochromatic Colors of #FDC4F1
Black with #FDC4F1
Text Example
Text Example
White with #FDC4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4F1; }
p { color: rgb(253,196,241); }
H1.HeaderClassName
{
color: #FDC4F1;
}
.AnyTagClassName
{
color: #FDC4F1;
}
</style>
background-color css
<style>
a { background-color: #FDC4F1; }
a { background-color: rgb(253,196,241); }
div.DivClassName
{
background-color: #FDC4F1;
}
.BgClassName
{
background-color: #FDC4F1;
}
</style>
border-color css
<style>
span { border-color: #FDC4F1; }
span { border-color: rgb(253,196,241); }
td.TdClassName
{
border-color: #FDC4F1;
}
.TagClassName
{
border-color: #FDC4F1;
}
</style>