Shades of Classic Rose #FFCDEF
Tints of Classic Rose #FFCDEF
RGB
CMYK
RGB Variations
Color information
#FFCDEF (or 0xFFCDEF) is known color: Classic Rose. HEX triplet: FF, CD and EF. RGB value is (255,205,239). Sum of RGB (Red+Green+Blue) = 255+205+239=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDEF is #003210. Grayscale: #DFDFDF. Windows color (decimal): -12817 or 15715839. OLE color: 15715839.
HSL color Cylindrical-coordinate representation of color #FFCDEF: hue angle of 319.2º 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 #FFCDEF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 239 | - |
| CMYK | 0 | 0.20 | 0.06 | 0 |
| HSL | 319.2º | 1% | 0.9% | - |
| HSV(B) | 319.2º | 0.2% | 1% | - |
| XYZ | 78.65 | 71.15 | 91.25 | - |
| YUV | 223.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 239 | 0 | 0.20 | 0.06 | 0 | 319.2 | 1 | 0.9 |
| Hex | FF | CD | EF | 0 | 14 | 6 | 0 | 13F | 64 | 5A |
| Octal | 377 | 315 | 357 | 0 | 24 | 6 | 0 | 477 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11101111 | 0 | 10100 | 110 | 0 | 100111111 | 1100100 | 1011010 |
Color Harmonies of #FFCDEF
Complementary color
Monochromatic Colors of #FFCDEF
Black with #FFCDEF
Text Example
Text Example
White with #FFCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDEF; }
p { color: rgb(255,205,239); }
H1.HeaderClassName
{
color: #FFCDEF;
}
.AnyTagClassName
{
color: #FFCDEF;
}
</style>
background-color css
<style>
a { background-color: #FFCDEF; }
a { background-color: rgb(255,205,239); }
div.DivClassName
{
background-color: #FFCDEF;
}
.BgClassName
{
background-color: #FFCDEF;
}
</style>
border-color css
<style>
span { border-color: #FFCDEF; }
span { border-color: rgb(255,205,239); }
td.TdClassName
{
border-color: #FFCDEF;
}
.TagClassName
{
border-color: #FFCDEF;
}
</style>