Shades of Classic Rose #FDCFF0
Tints of Classic Rose #FDCFF0
RGB
CMYK
RGB Variations
Color information
#FDCFF0 (or 0xFDCFF0) is known color: Classic Rose. HEX triplet: FD, CF and F0. RGB value is (253,207,240). Sum of RGB (Red+Green+Blue) = 253+207+240=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFF0 is #02300F. Grayscale: #E0E0E0. Windows color (decimal): -143376 or 15781885. OLE color: 15781885.
HSL color Cylindrical-coordinate representation of color #FDCFF0: hue angle of 316.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFF0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 240 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.01 |
| HSL | 316.96º | 0.92% | 0.9% | - |
| HSV(B) | 316.96º | 0.18% | 0.99% | - |
| XYZ | 78.55 | 71.8 | 92.16 | - |
| YUV | 224.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 240 | 0 | 0.18 | 0.05 | 0.01 | 316.96 | 0.92 | 0.9 |
| Hex | FD | CF | F0 | 0 | 12 | 5 | 1 | 13D | 5C | 5A |
| Octal | 375 | 317 | 360 | 0 | 22 | 5 | 1 | 475 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11110000 | 0 | 10010 | 101 | 1 | 100111101 | 1011100 | 1011010 |
Color Harmonies of #FDCFF0
Complementary color
Monochromatic Colors of #FDCFF0
Black with #FDCFF0
Text Example
Text Example
White with #FDCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFF0; }
p { color: rgb(253,207,240); }
H1.HeaderClassName
{
color: #FDCFF0;
}
.AnyTagClassName
{
color: #FDCFF0;
}
</style>
background-color css
<style>
a { background-color: #FDCFF0; }
a { background-color: rgb(253,207,240); }
div.DivClassName
{
background-color: #FDCFF0;
}
.BgClassName
{
background-color: #FDCFF0;
}
</style>
border-color css
<style>
span { border-color: #FDCFF0; }
span { border-color: rgb(253,207,240); }
td.TdClassName
{
border-color: #FDCFF0;
}
.TagClassName
{
border-color: #FDCFF0;
}
</style>