Shades of Classic Rose #F3BFDC
Tints of Classic Rose #F3BFDC
RGB
CMYK
RGB Variations
Color information
#F3BFDC (or 0xF3BFDC) is known color: Classic Rose. HEX triplet: F3, BF and DC. RGB value is (243,191,220). Sum of RGB (Red+Green+Blue) = 243+191+220=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFDC is #0C4023. Grayscale: #D1D1D1. Windows color (decimal): -802852 or 14467059. OLE color: 14467059.
HSL color Cylindrical-coordinate representation of color #F3BFDC: hue angle of 326.54º 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 #F3BFDC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 220 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 326.54º | 0.68% | 0.85% | - |
| HSV(B) | 326.54º | 0.21% | 0.95% | - |
| XYZ | 68.51 | 61.48 | 75.97 | - |
| YUV | 209.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 220 | 0 | 0.21 | 0.09 | 0.05 | 326.54 | 0.68 | 0.85 |
| Hex | F3 | BF | DC | 0 | 15 | 9 | 5 | 147 | 44 | 55 |
| Octal | 363 | 277 | 334 | 0 | 25 | 11 | 5 | 507 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11011100 | 0 | 10101 | 1001 | 101 | 101000111 | 1000100 | 1010101 |
Color Harmonies of #F3BFDC
Complementary color
Monochromatic Colors of #F3BFDC
Black with #F3BFDC
Text Example
Text Example
White with #F3BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFDC; }
p { color: rgb(243,191,220); }
H1.HeaderClassName
{
color: #F3BFDC;
}
.AnyTagClassName
{
color: #F3BFDC;
}
</style>
background-color css
<style>
a { background-color: #F3BFDC; }
a { background-color: rgb(243,191,220); }
div.DivClassName
{
background-color: #F3BFDC;
}
.BgClassName
{
background-color: #F3BFDC;
}
</style>
border-color css
<style>
span { border-color: #F3BFDC; }
span { border-color: rgb(243,191,220); }
td.TdClassName
{
border-color: #F3BFDC;
}
.TagClassName
{
border-color: #F3BFDC;
}
</style>