Shades of Classic Rose #F1C2D3
Tints of Classic Rose #F1C2D3
RGB
CMYK
RGB Variations
Color information
#F1C2D3 (or 0xF1C2D3) is known color: Classic Rose. HEX triplet: F1, C2 and D3. RGB value is (241,194,211). Sum of RGB (Red+Green+Blue) = 241+194+211=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2D3 is #0E3D2C. Grayscale: #D1D1D1. Windows color (decimal): -933165 or 13878001. OLE color: 13878001.
HSL color Cylindrical-coordinate representation of color #F1C2D3: hue angle of 338.3º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C2D3 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 211 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.05 |
| HSL | 338.3º | 0.63% | 0.85% | - |
| HSV(B) | 338.3º | 0.2% | 0.95% | - |
| XYZ | 67.33 | 61.99 | 70.04 | - |
| YUV | 209.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 211 | 0 | 0.20 | 0.12 | 0.05 | 338.3 | 0.63 | 0.85 |
| Hex | F1 | C2 | D3 | 0 | 14 | C | 5 | 152 | 3F | 55 |
| Octal | 361 | 302 | 323 | 0 | 24 | 14 | 5 | 522 | 77 | 125 |
| Binary | 11110001 | 11000010 | 11010011 | 0 | 10100 | 1100 | 101 | 101010010 | 111111 | 1010101 |
Color Harmonies of #F1C2D3
Complementary color
Monochromatic Colors of #F1C2D3
Black with #F1C2D3
Text Example
Text Example
White with #F1C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2D3; }
p { color: rgb(241,194,211); }
H1.HeaderClassName
{
color: #F1C2D3;
}
.AnyTagClassName
{
color: #F1C2D3;
}
</style>
background-color css
<style>
a { background-color: #F1C2D3; }
a { background-color: rgb(241,194,211); }
div.DivClassName
{
background-color: #F1C2D3;
}
.BgClassName
{
background-color: #F1C2D3;
}
</style>
border-color css
<style>
span { border-color: #F1C2D3; }
span { border-color: rgb(241,194,211); }
td.TdClassName
{
border-color: #F1C2D3;
}
.TagClassName
{
border-color: #F1C2D3;
}
</style>