Shades of Classic Rose #FDCDF1
Tints of Classic Rose #FDCDF1
RGB
CMYK
RGB Variations
Color information
#FDCDF1 (or 0xFDCDF1) is known color: Classic Rose. HEX triplet: FD, CD and F1. RGB value is (253,205,241). Sum of RGB (Red+Green+Blue) = 253+205+241=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF1 is #02320E. Grayscale: #DFDFDF. Windows color (decimal): -143887 or 15846909. OLE color: 15846909.
HSL color Cylindrical-coordinate representation of color #FDCDF1: hue angle of 315º 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 #FDCDF1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 241 | - |
CMYK | 0 | 0.19 | 0.05 | 0.01 |
HSL | 315º | 0.92% | 0.9% | - |
HSV(B) | 315º | 0.19% | 0.99% | - |
XYZ | 78.22 | 70.9 | 92.78 | - |
YUV | 223.46 | 137.9 | 149.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 241 | 0 | 0.19 | 0.05 | 0.01 | 315 | 0.92 | 0.9 |
Hex | FD | CD | F1 | 0 | 13 | 5 | 1 | 13B | 5C | 5A |
Octal | 375 | 315 | 361 | 0 | 23 | 5 | 1 | 473 | 134 | 132 |
Binary | 11111101 | 11001101 | 11110001 | 0 | 10011 | 101 | 1 | 100111011 | 1011100 | 1011010 |
Color Harmonies of #FDCDF1
Complementary color
Monochromatic Colors of #FDCDF1
Black with #FDCDF1
Text Example
Text Example
White with #FDCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDF1; }
p { color: rgb(253,205,241); }
H1.HeaderClassName
{
color: #FDCDF1;
}
.AnyTagClassName
{
color: #FDCDF1;
}
</style>
background-color css
<style>
a { background-color: #FDCDF1; }
a { background-color: rgb(253,205,241); }
div.DivClassName
{
background-color: #FDCDF1;
}
.BgClassName
{
background-color: #FDCDF1;
}
</style>
border-color css
<style>
span { border-color: #FDCDF1; }
span { border-color: rgb(253,205,241); }
td.TdClassName
{
border-color: #FDCDF1;
}
.TagClassName
{
border-color: #FDCDF1;
}
</style>