Shades of Classic Rose #FDCDEC
Tints of Classic Rose #FDCDEC
RGB
CMYK
RGB Variations
Color information
#FDCDEC (or 0xFDCDEC) is known color: Classic Rose. HEX triplet: FD, CD and EC. RGB value is (253,205,236). Sum of RGB (Red+Green+Blue) = 253+205+236=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDEC is #023213. Grayscale: #DEDEDE. Windows color (decimal): -143892 or 15519229. OLE color: 15519229.
HSL color Cylindrical-coordinate representation of color #FDCDEC: hue angle of 321.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 #FDCDEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 236 | - |
CMYK | 0 | 0.19 | 0.07 | 0.01 |
HSL | 321.25º | 0.92% | 0.9% | - |
HSV(B) | 321.25º | 0.19% | 0.99% | - |
XYZ | 77.48 | 70.6 | 88.9 | - |
YUV | 222.89 | 135.4 | 149.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 236 | 0 | 0.19 | 0.07 | 0.01 | 321.25 | 0.92 | 0.9 |
Hex | FD | CD | EC | 0 | 13 | 7 | 1 | 141 | 5C | 5A |
Octal | 375 | 315 | 354 | 0 | 23 | 7 | 1 | 501 | 134 | 132 |
Binary | 11111101 | 11001101 | 11101100 | 0 | 10011 | 111 | 1 | 101000001 | 1011100 | 1011010 |
Color Harmonies of #FDCDEC
Complementary color
Monochromatic Colors of #FDCDEC
Black with #FDCDEC
Text Example
Text Example
White with #FDCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDEC; }
p { color: rgb(253,205,236); }
H1.HeaderClassName
{
color: #FDCDEC;
}
.AnyTagClassName
{
color: #FDCDEC;
}
</style>
background-color css
<style>
a { background-color: #FDCDEC; }
a { background-color: rgb(253,205,236); }
div.DivClassName
{
background-color: #FDCDEC;
}
.BgClassName
{
background-color: #FDCDEC;
}
</style>
border-color css
<style>
span { border-color: #FDCDEC; }
span { border-color: rgb(253,205,236); }
td.TdClassName
{
border-color: #FDCDEC;
}
.TagClassName
{
border-color: #FDCDEC;
}
</style>