Shades of Classic Rose #F5C3DF
Tints of Classic Rose #F5C3DF
RGB
CMYK
RGB Variations
Color information
#F5C3DF (or 0xF5C3DF) is known color: Classic Rose. HEX triplet: F5, C3 and DF. RGB value is (245,195,223). Sum of RGB (Red+Green+Blue) = 245+195+223=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C3DF is #0A3C20. Grayscale: #D5D5D5. Windows color (decimal): -670753 or 14664693. OLE color: 14664693.
HSL color Cylindrical-coordinate representation of color #F5C3DF: hue angle of 326.4º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C3DF is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 223 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.04 |
| HSL | 326.4º | 0.71% | 0.86% | - |
| HSV(B) | 326.4º | 0.2% | 0.96% | - |
| XYZ | 70.49 | 63.77 | 78.41 | - |
| YUV | 213.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 223 | 0 | 0.20 | 0.09 | 0.04 | 326.4 | 0.71 | 0.86 |
| Hex | F5 | C3 | DF | 0 | 14 | 9 | 4 | 146 | 47 | 56 |
| Octal | 365 | 303 | 337 | 0 | 24 | 11 | 4 | 506 | 107 | 126 |
| Binary | 11110101 | 11000011 | 11011111 | 0 | 10100 | 1001 | 100 | 101000110 | 1000111 | 1010110 |
Color Harmonies of #F5C3DF
Complementary color
Monochromatic Colors of #F5C3DF
Black with #F5C3DF
Text Example
Text Example
White with #F5C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C3DF; }
p { color: rgb(245,195,223); }
H1.HeaderClassName
{
color: #F5C3DF;
}
.AnyTagClassName
{
color: #F5C3DF;
}
</style>
background-color css
<style>
a { background-color: #F5C3DF; }
a { background-color: rgb(245,195,223); }
div.DivClassName
{
background-color: #F5C3DF;
}
.BgClassName
{
background-color: #F5C3DF;
}
</style>
border-color css
<style>
span { border-color: #F5C3DF; }
span { border-color: rgb(245,195,223); }
td.TdClassName
{
border-color: #F5C3DF;
}
.TagClassName
{
border-color: #F5C3DF;
}
</style>