Shades of Classic Rose #F3BFD5
Tints of Classic Rose #F3BFD5
RGB
CMYK
RGB Variations
Color information
#F3BFD5 (or 0xF3BFD5) is known color: Classic Rose. HEX triplet: F3, BF and D5. RGB value is (243,191,213). Sum of RGB (Red+Green+Blue) = 243+191+213=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFD5 is #0C402A. Grayscale: #D1D1D1. Windows color (decimal): -802859 or 14008307. OLE color: 14008307.
HSL color Cylindrical-coordinate representation of color #F3BFD5: hue angle of 334.62º 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 #F3BFD5 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 213 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 334.62º | 0.68% | 0.85% | - |
| HSV(B) | 334.62º | 0.21% | 0.95% | - |
| XYZ | 67.6 | 61.12 | 71.19 | - |
| YUV | 209.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 213 | 0 | 0.21 | 0.12 | 0.05 | 334.62 | 0.68 | 0.85 |
| Hex | F3 | BF | D5 | 0 | 15 | C | 5 | 14F | 44 | 55 |
| Octal | 363 | 277 | 325 | 0 | 25 | 14 | 5 | 517 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11010101 | 0 | 10101 | 1100 | 101 | 101001111 | 1000100 | 1010101 |
Color Harmonies of #F3BFD5
Complementary color
Monochromatic Colors of #F3BFD5
Black with #F3BFD5
Text Example
Text Example
White with #F3BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFD5; }
p { color: rgb(243,191,213); }
H1.HeaderClassName
{
color: #F3BFD5;
}
.AnyTagClassName
{
color: #F3BFD5;
}
</style>
background-color css
<style>
a { background-color: #F3BFD5; }
a { background-color: rgb(243,191,213); }
div.DivClassName
{
background-color: #F3BFD5;
}
.BgClassName
{
background-color: #F3BFD5;
}
</style>
border-color css
<style>
span { border-color: #F3BFD5; }
span { border-color: rgb(243,191,213); }
td.TdClassName
{
border-color: #F3BFD5;
}
.TagClassName
{
border-color: #F3BFD5;
}
</style>