Shades of Classic Rose #F0C3D3
Tints of Classic Rose #F0C3D3
RGB
CMYK
RGB Variations
Color information
#F0C3D3 (or 0xF0C3D3) is known color: Classic Rose. HEX triplet: F0, C3 and D3. RGB value is (240,195,211). Sum of RGB (Red+Green+Blue) = 240+195+211=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3D3 is #0F3C2C. Grayscale: #D2D2D2. Windows color (decimal): -998445 or 13878256. OLE color: 13878256.
HSL color Cylindrical-coordinate representation of color #F0C3D3: hue angle of 338.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C3D3 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 211 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.06 |
| HSL | 338.67º | 0.6% | 0.85% | - |
| HSV(B) | 338.67º | 0.19% | 0.94% | - |
| XYZ | 67.21 | 62.26 | 70.1 | - |
| YUV | 210.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 211 | 0 | 0.19 | 0.12 | 0.06 | 338.67 | 0.6 | 0.85 |
| Hex | F0 | C3 | D3 | 0 | 13 | C | 6 | 153 | 3C | 55 |
| Octal | 360 | 303 | 323 | 0 | 23 | 14 | 6 | 523 | 74 | 125 |
| Binary | 11110000 | 11000011 | 11010011 | 0 | 10011 | 1100 | 110 | 101010011 | 111100 | 1010101 |
Color Harmonies of #F0C3D3
Complementary color
Monochromatic Colors of #F0C3D3
Black with #F0C3D3
Text Example
Text Example
White with #F0C3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3D3; }
p { color: rgb(240,195,211); }
H1.HeaderClassName
{
color: #F0C3D3;
}
.AnyTagClassName
{
color: #F0C3D3;
}
</style>
background-color css
<style>
a { background-color: #F0C3D3; }
a { background-color: rgb(240,195,211); }
div.DivClassName
{
background-color: #F0C3D3;
}
.BgClassName
{
background-color: #F0C3D3;
}
</style>
border-color css
<style>
span { border-color: #F0C3D3; }
span { border-color: rgb(240,195,211); }
td.TdClassName
{
border-color: #F0C3D3;
}
.TagClassName
{
border-color: #F0C3D3;
}
</style>