Shades of Classic Rose #FDCDEF
Tints of Classic Rose #FDCDEF
RGB
CMYK
RGB Variations
Color information
#FDCDEF (or 0xFDCDEF) is known color: Classic Rose. HEX triplet: FD, CD and EF. RGB value is (253,205,239). Sum of RGB (Red+Green+Blue) = 253+205+239=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDEF is #023210. Grayscale: #DFDFDF. Windows color (decimal): -143889 or 15715837. OLE color: 15715837.
HSL color Cylindrical-coordinate representation of color #FDCDEF: hue angle of 317.5º 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 #FDCDEF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 239 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.01 |
| HSL | 317.5º | 0.92% | 0.9% | - |
| HSV(B) | 317.5º | 0.19% | 0.99% | - |
| XYZ | 77.92 | 70.78 | 91.22 | - |
| YUV | 223.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 239 | 0 | 0.19 | 0.06 | 0.01 | 317.5 | 0.92 | 0.9 |
| Hex | FD | CD | EF | 0 | 13 | 6 | 1 | 13E | 5C | 5A |
| Octal | 375 | 315 | 357 | 0 | 23 | 6 | 1 | 476 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11101111 | 0 | 10011 | 110 | 1 | 100111110 | 1011100 | 1011010 |
Color Harmonies of #FDCDEF
Complementary color
Monochromatic Colors of #FDCDEF
Black with #FDCDEF
Text Example
Text Example
White with #FDCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDEF; }
p { color: rgb(253,205,239); }
H1.HeaderClassName
{
color: #FDCDEF;
}
.AnyTagClassName
{
color: #FDCDEF;
}
</style>
background-color css
<style>
a { background-color: #FDCDEF; }
a { background-color: rgb(253,205,239); }
div.DivClassName
{
background-color: #FDCDEF;
}
.BgClassName
{
background-color: #FDCDEF;
}
</style>
border-color css
<style>
span { border-color: #FDCDEF; }
span { border-color: rgb(253,205,239); }
td.TdClassName
{
border-color: #FDCDEF;
}
.TagClassName
{
border-color: #FDCDEF;
}
</style>