Shades of Classic Rose #FDCCEF
Tints of Classic Rose #FDCCEF
RGB
CMYK
RGB Variations
Color information
#FDCCEF (or 0xFDCCEF) is known color: Classic Rose. HEX triplet: FD, CC and EF. RGB value is (253,204,239). Sum of RGB (Red+Green+Blue) = 253+204+239=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCEF is #023310. Grayscale: #DEDEDE. Windows color (decimal): -144145 or 15715581. OLE color: 15715581.
HSL color Cylindrical-coordinate representation of color #FDCCEF: hue angle of 317.14º 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 #FDCCEF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 239 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.01 |
| HSL | 317.14º | 0.92% | 0.9% | - |
| HSV(B) | 317.14º | 0.19% | 0.99% | - |
| XYZ | 77.68 | 70.3 | 91.14 | - |
| YUV | 222.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 239 | 0 | 0.19 | 0.06 | 0.01 | 317.14 | 0.92 | 0.9 |
| Hex | FD | CC | EF | 0 | 13 | 6 | 1 | 13D | 5C | 5A |
| Octal | 375 | 314 | 357 | 0 | 23 | 6 | 1 | 475 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11101111 | 0 | 10011 | 110 | 1 | 100111101 | 1011100 | 1011010 |
Color Harmonies of #FDCCEF
Complementary color
Monochromatic Colors of #FDCCEF
Black with #FDCCEF
Text Example
Text Example
White with #FDCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCEF; }
p { color: rgb(253,204,239); }
H1.HeaderClassName
{
color: #FDCCEF;
}
.AnyTagClassName
{
color: #FDCCEF;
}
</style>
background-color css
<style>
a { background-color: #FDCCEF; }
a { background-color: rgb(253,204,239); }
div.DivClassName
{
background-color: #FDCCEF;
}
.BgClassName
{
background-color: #FDCCEF;
}
</style>
border-color css
<style>
span { border-color: #FDCCEF; }
span { border-color: rgb(253,204,239); }
td.TdClassName
{
border-color: #FDCCEF;
}
.TagClassName
{
border-color: #FDCCEF;
}
</style>