Shades of Classic Rose #FFCDED
Tints of Classic Rose #FFCDED
RGB
CMYK
RGB Variations
Color information
#FFCDED (or 0xFFCDED) is known color: Classic Rose. HEX triplet: FF, CD and ED. RGB value is (255,205,237). Sum of RGB (Red+Green+Blue) = 255+205+237=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDED is #003212. Grayscale: #DFDFDF. Windows color (decimal): -12819 or 15584767. OLE color: 15584767.
HSL color Cylindrical-coordinate representation of color #FFCDED: hue angle of 321.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDED is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 237 | - |
| CMYK | 0 | 0.20 | 0.07 | 0 |
| HSL | 321.6º | 1% | 0.9% | - |
| HSV(B) | 321.6º | 0.2% | 1% | - |
| XYZ | 78.36 | 71.04 | 89.7 | - |
| YUV | 223.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 237 | 0 | 0.20 | 0.07 | 0 | 321.6 | 1 | 0.9 |
| Hex | FF | CD | ED | 0 | 14 | 7 | 0 | 142 | 64 | 5A |
| Octal | 377 | 315 | 355 | 0 | 24 | 7 | 0 | 502 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11101101 | 0 | 10100 | 111 | 0 | 101000010 | 1100100 | 1011010 |
Color Harmonies of #FFCDED
Complementary color
Monochromatic Colors of #FFCDED
Black with #FFCDED
Text Example
Text Example
White with #FFCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDED; }
p { color: rgb(255,205,237); }
H1.HeaderClassName
{
color: #FFCDED;
}
.AnyTagClassName
{
color: #FFCDED;
}
</style>
background-color css
<style>
a { background-color: #FFCDED; }
a { background-color: rgb(255,205,237); }
div.DivClassName
{
background-color: #FFCDED;
}
.BgClassName
{
background-color: #FFCDED;
}
</style>
border-color css
<style>
span { border-color: #FFCDED; }
span { border-color: rgb(255,205,237); }
td.TdClassName
{
border-color: #FFCDED;
}
.TagClassName
{
border-color: #FFCDED;
}
</style>