Shades of Classic Rose #F3C1DD
Tints of Classic Rose #F3C1DD
RGB
CMYK
RGB Variations
Color information
#F3C1DD (or 0xF3C1DD) is known color: Classic Rose. HEX triplet: F3, C1 and DD. RGB value is (243,193,221). Sum of RGB (Red+Green+Blue) = 243+193+221=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1DD is #0C3E22. Grayscale: #D3D3D3. Windows color (decimal): -802339 or 14533107. OLE color: 14533107.
HSL color Cylindrical-coordinate representation of color #F3C1DD: hue angle of 326.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1DD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 221 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 326.4º | 0.68% | 0.85% | - |
| HSV(B) | 326.4º | 0.21% | 0.95% | - |
| XYZ | 69.08 | 62.42 | 76.81 | - |
| YUV | 211.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 221 | 0 | 0.21 | 0.09 | 0.05 | 326.4 | 0.68 | 0.85 |
| Hex | F3 | C1 | DD | 0 | 15 | 9 | 5 | 146 | 44 | 55 |
| Octal | 363 | 301 | 335 | 0 | 25 | 11 | 5 | 506 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11011101 | 0 | 10101 | 1001 | 101 | 101000110 | 1000100 | 1010101 |
Color Harmonies of #F3C1DD
Complementary color
Monochromatic Colors of #F3C1DD
Black with #F3C1DD
Text Example
Text Example
White with #F3C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1DD; }
p { color: rgb(243,193,221); }
H1.HeaderClassName
{
color: #F3C1DD;
}
.AnyTagClassName
{
color: #F3C1DD;
}
</style>
background-color css
<style>
a { background-color: #F3C1DD; }
a { background-color: rgb(243,193,221); }
div.DivClassName
{
background-color: #F3C1DD;
}
.BgClassName
{
background-color: #F3C1DD;
}
</style>
border-color css
<style>
span { border-color: #F3C1DD; }
span { border-color: rgb(243,193,221); }
td.TdClassName
{
border-color: #F3C1DD;
}
.TagClassName
{
border-color: #F3C1DD;
}
</style>