Shades of Classic Rose #FDC3F0
Tints of Classic Rose #FDC3F0
RGB
CMYK
RGB Variations
Color information
#FDC3F0 (or 0xFDC3F0) is known color: Classic Rose. HEX triplet: FD, C3 and F0. RGB value is (253,195,240). Sum of RGB (Red+Green+Blue) = 253+195+240=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3F0 is #023C0F. Grayscale: #D9D9D9. Windows color (decimal): -146448 or 15778813. OLE color: 15778813.
HSL color Cylindrical-coordinate representation of color #FDC3F0: hue angle of 313.45º degrees, saturation: 0.94, 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 #FDC3F0 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 195 | 240 | - |
CMYK | 0 | 0.23 | 0.05 | 0.01 |
HSL | 313.45º | 0.94% | 0.88% | - |
HSV(B) | 313.45º | 0.23% | 0.99% | - |
XYZ | 75.75 | 66.2 | 91.22 | - |
YUV | 217.47 | 140.72 | 153.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 195 | 240 | 0 | 0.23 | 0.05 | 0.01 | 313.45 | 0.94 | 0.88 |
Hex | FD | C3 | F0 | 0 | 17 | 5 | 1 | 139 | 5E | 58 |
Octal | 375 | 303 | 360 | 0 | 27 | 5 | 1 | 471 | 136 | 130 |
Binary | 11111101 | 11000011 | 11110000 | 0 | 10111 | 101 | 1 | 100111001 | 1011110 | 1011000 |
Color Harmonies of #FDC3F0
Complementary color
Monochromatic Colors of #FDC3F0
Black with #FDC3F0
Text Example
Text Example
White with #FDC3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3F0; }
p { color: rgb(253,195,240); }
H1.HeaderClassName
{
color: #FDC3F0;
}
.AnyTagClassName
{
color: #FDC3F0;
}
</style>
background-color css
<style>
a { background-color: #FDC3F0; }
a { background-color: rgb(253,195,240); }
div.DivClassName
{
background-color: #FDC3F0;
}
.BgClassName
{
background-color: #FDC3F0;
}
</style>
border-color css
<style>
span { border-color: #FDC3F0; }
span { border-color: rgb(253,195,240); }
td.TdClassName
{
border-color: #FDC3F0;
}
.TagClassName
{
border-color: #FDC3F0;
}
</style>