Shades of Classic Rose #FDCCEC
Tints of Classic Rose #FDCCEC
RGB
CMYK
RGB Variations
Color information
#FDCCEC (or 0xFDCCEC) is known color: Classic Rose. HEX triplet: FD, CC and EC. RGB value is (253,204,236). Sum of RGB (Red+Green+Blue) = 253+204+236=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCEC is #023313. Grayscale: #DEDEDE. Windows color (decimal): -144148 or 15518973. OLE color: 15518973.
HSL color Cylindrical-coordinate representation of color #FDCCEC: hue angle of 320.82º 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 #FDCCEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 236 | - |
CMYK | 0 | 0.19 | 0.07 | 0.01 |
HSL | 320.82º | 0.92% | 0.9% | - |
HSV(B) | 320.82º | 0.19% | 0.99% | - |
XYZ | 77.24 | 70.12 | 88.82 | - |
YUV | 222.3 | 135.73 | 149.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 236 | 0 | 0.19 | 0.07 | 0.01 | 320.82 | 0.92 | 0.9 |
Hex | FD | CC | EC | 0 | 13 | 7 | 1 | 141 | 5C | 5A |
Octal | 375 | 314 | 354 | 0 | 23 | 7 | 1 | 501 | 134 | 132 |
Binary | 11111101 | 11001100 | 11101100 | 0 | 10011 | 111 | 1 | 101000001 | 1011100 | 1011010 |
Color Harmonies of #FDCCEC
Complementary color
Monochromatic Colors of #FDCCEC
Black with #FDCCEC
Text Example
Text Example
White with #FDCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCEC; }
p { color: rgb(253,204,236); }
H1.HeaderClassName
{
color: #FDCCEC;
}
.AnyTagClassName
{
color: #FDCCEC;
}
</style>
background-color css
<style>
a { background-color: #FDCCEC; }
a { background-color: rgb(253,204,236); }
div.DivClassName
{
background-color: #FDCCEC;
}
.BgClassName
{
background-color: #FDCCEC;
}
</style>
border-color css
<style>
span { border-color: #FDCCEC; }
span { border-color: rgb(253,204,236); }
td.TdClassName
{
border-color: #FDCCEC;
}
.TagClassName
{
border-color: #FDCCEC;
}
</style>