Shades of Classic Rose #FFC5ED
Tints of Classic Rose #FFC5ED
RGB
CMYK
RGB Variations
Color information
#FFC5ED (or 0xFFC5ED) is known color: Classic Rose. HEX triplet: FF, C5 and ED. RGB value is (255,197,237). Sum of RGB (Red+Green+Blue) = 255+197+237=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5ED is #003A12. Grayscale: #DADADA. Windows color (decimal): -14867 or 15582719. OLE color: 15582719.
HSL color Cylindrical-coordinate representation of color #FFC5ED: hue angle of 318.62º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5ED is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 197 | 237 | - |
CMYK | 0 | 0.23 | 0.07 | 0 |
HSL | 318.62º | 1% | 0.89% | - |
HSV(B) | 318.62º | 0.23% | 1% | - |
XYZ | 76.49 | 67.31 | 89.08 | - |
YUV | 218.9 | 138.22 | 153.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 197 | 237 | 0 | 0.23 | 0.07 | 0 | 318.62 | 1 | 0.89 |
Hex | FF | C5 | ED | 0 | 17 | 7 | 0 | 13F | 64 | 59 |
Octal | 377 | 305 | 355 | 0 | 27 | 7 | 0 | 477 | 144 | 131 |
Binary | 11111111 | 11000101 | 11101101 | 0 | 10111 | 111 | 0 | 100111111 | 1100100 | 1011001 |
Color Harmonies of #FFC5ED
Complementary color
Monochromatic Colors of #FFC5ED
Black with #FFC5ED
Text Example
Text Example
White with #FFC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5ED; }
p { color: rgb(255,197,237); }
H1.HeaderClassName
{
color: #FFC5ED;
}
.AnyTagClassName
{
color: #FFC5ED;
}
</style>
background-color css
<style>
a { background-color: #FFC5ED; }
a { background-color: rgb(255,197,237); }
div.DivClassName
{
background-color: #FFC5ED;
}
.BgClassName
{
background-color: #FFC5ED;
}
</style>
border-color css
<style>
span { border-color: #FFC5ED; }
span { border-color: rgb(255,197,237); }
td.TdClassName
{
border-color: #FFC5ED;
}
.TagClassName
{
border-color: #FFC5ED;
}
</style>