Shades of Classic Rose #FDC1EA
Tints of Classic Rose #FDC1EA
RGB
CMYK
RGB Variations
Color information
#FDC1EA (or 0xFDC1EA) is known color: Classic Rose. HEX triplet: FD, C1 and EA. RGB value is (253,193,234). Sum of RGB (Red+Green+Blue) = 253+193+234=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1EA is #023E15. Grayscale: #D7D7D7. Windows color (decimal): -146966 or 15385085. OLE color: 15385085.
HSL color Cylindrical-coordinate representation of color #FDC1EA: hue angle of 319º 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 #FDC1EA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 234 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.01 |
| HSL | 319º | 0.94% | 0.87% | - |
| HSV(B) | 319º | 0.24% | 0.99% | - |
| XYZ | 74.43 | 64.96 | 86.46 | - |
| YUV | 215.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 234 | 0 | 0.24 | 0.08 | 0.01 | 319 | 0.94 | 0.87 |
| Hex | FD | C1 | EA | 0 | 18 | 8 | 1 | 13F | 5E | 57 |
| Octal | 375 | 301 | 352 | 0 | 30 | 10 | 1 | 477 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11101010 | 0 | 11000 | 1000 | 1 | 100111111 | 1011110 | 1010111 |
Color Harmonies of #FDC1EA
Complementary color
Monochromatic Colors of #FDC1EA
Black with #FDC1EA
Text Example
Text Example
White with #FDC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1EA; }
p { color: rgb(253,193,234); }
H1.HeaderClassName
{
color: #FDC1EA;
}
.AnyTagClassName
{
color: #FDC1EA;
}
</style>
background-color css
<style>
a { background-color: #FDC1EA; }
a { background-color: rgb(253,193,234); }
div.DivClassName
{
background-color: #FDC1EA;
}
.BgClassName
{
background-color: #FDC1EA;
}
</style>
border-color css
<style>
span { border-color: #FDC1EA; }
span { border-color: rgb(253,193,234); }
td.TdClassName
{
border-color: #FDC1EA;
}
.TagClassName
{
border-color: #FDC1EA;
}
</style>