Shades of Classic Rose #FDCDF0
Tints of Classic Rose #FDCDF0
RGB
CMYK
RGB Variations
Color information
#FDCDF0 (or 0xFDCDF0) is known color: Classic Rose. HEX triplet: FD, CD and F0. RGB value is (253,205,240). Sum of RGB (Red+Green+Blue) = 253+205+240=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF0 is #02320F. Grayscale: #DFDFDF. Windows color (decimal): -143888 or 15781373. OLE color: 15781373.
HSL color Cylindrical-coordinate representation of color #FDCDF0: hue angle of 316.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDF0 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 240 | - |
CMYK | 0 | 0.19 | 0.05 | 0.01 |
HSL | 316.25º | 0.92% | 0.9% | - |
HSV(B) | 316.25º | 0.19% | 0.99% | - |
XYZ | 78.07 | 70.84 | 92 | - |
YUV | 223.34 | 137.4 | 149.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 240 | 0 | 0.19 | 0.05 | 0.01 | 316.25 | 0.92 | 0.9 |
Hex | FD | CD | F0 | 0 | 13 | 5 | 1 | 13C | 5C | 5A |
Octal | 375 | 315 | 360 | 0 | 23 | 5 | 1 | 474 | 134 | 132 |
Binary | 11111101 | 11001101 | 11110000 | 0 | 10011 | 101 | 1 | 100111100 | 1011100 | 1011010 |
Color Harmonies of #FDCDF0
Complementary color
Monochromatic Colors of #FDCDF0
Black with #FDCDF0
Text Example
Text Example
White with #FDCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDF0; }
p { color: rgb(253,205,240); }
H1.HeaderClassName
{
color: #FDCDF0;
}
.AnyTagClassName
{
color: #FDCDF0;
}
</style>
background-color css
<style>
a { background-color: #FDCDF0; }
a { background-color: rgb(253,205,240); }
div.DivClassName
{
background-color: #FDCDF0;
}
.BgClassName
{
background-color: #FDCDF0;
}
</style>
border-color css
<style>
span { border-color: #FDCDF0; }
span { border-color: rgb(253,205,240); }
td.TdClassName
{
border-color: #FDCDF0;
}
.TagClassName
{
border-color: #FDCDF0;
}
</style>