Shades of Classic Rose #F3C2D7
Tints of Classic Rose #F3C2D7
RGB
CMYK
RGB Variations
Color information
#F3C2D7 (or 0xF3C2D7) is known color: Classic Rose. HEX triplet: F3, C2 and D7. RGB value is (243,194,215). Sum of RGB (Red+Green+Blue) = 243+194+215=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2D7 is #0C3D28. Grayscale: #D3D3D3. Windows color (decimal): -802089 or 14140147. OLE color: 14140147.
HSL color Cylindrical-coordinate representation of color #F3C2D7: hue angle of 334.29º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2D7 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 215 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.05 |
| HSL | 334.29º | 0.67% | 0.86% | - |
| HSV(B) | 334.29º | 0.2% | 0.95% | - |
| XYZ | 68.52 | 62.54 | 72.75 | - |
| YUV | 211.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 215 | 0 | 0.20 | 0.12 | 0.05 | 334.29 | 0.67 | 0.86 |
| Hex | F3 | C2 | D7 | 0 | 14 | C | 5 | 14E | 43 | 56 |
| Octal | 363 | 302 | 327 | 0 | 24 | 14 | 5 | 516 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11010111 | 0 | 10100 | 1100 | 101 | 101001110 | 1000011 | 1010110 |
Color Harmonies of #F3C2D7
Complementary color
Monochromatic Colors of #F3C2D7
Black with #F3C2D7
Text Example
Text Example
White with #F3C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2D7; }
p { color: rgb(243,194,215); }
H1.HeaderClassName
{
color: #F3C2D7;
}
.AnyTagClassName
{
color: #F3C2D7;
}
</style>
background-color css
<style>
a { background-color: #F3C2D7; }
a { background-color: rgb(243,194,215); }
div.DivClassName
{
background-color: #F3C2D7;
}
.BgClassName
{
background-color: #F3C2D7;
}
</style>
border-color css
<style>
span { border-color: #F3C2D7; }
span { border-color: rgb(243,194,215); }
td.TdClassName
{
border-color: #F3C2D7;
}
.TagClassName
{
border-color: #F3C2D7;
}
</style>