Shades of Classic Rose #F3BDD4
Tints of Classic Rose #F3BDD4
RGB
CMYK
RGB Variations
Color information
#F3BDD4 (or 0xF3BDD4) is known color: Classic Rose. HEX triplet: F3, BD and D4. RGB value is (243,189,212). Sum of RGB (Red+Green+Blue) = 243+189+212=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD4 is #0C422B. Grayscale: #CFCFCF. Windows color (decimal): -803372 or 13942259. OLE color: 13942259.
HSL color Cylindrical-coordinate representation of color #F3BDD4: hue angle of 334.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDD4 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 212 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 334.44º | 0.69% | 0.85% | - |
| HSV(B) | 334.44º | 0.22% | 0.95% | - |
| XYZ | 67.04 | 60.2 | 70.37 | - |
| YUV | 207.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 212 | 0 | 0.22 | 0.13 | 0.05 | 334.44 | 0.69 | 0.85 |
| Hex | F3 | BD | D4 | 0 | 16 | D | 5 | 14E | 45 | 55 |
| Octal | 363 | 275 | 324 | 0 | 26 | 15 | 5 | 516 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11010100 | 0 | 10110 | 1101 | 101 | 101001110 | 1000101 | 1010101 |
Color Harmonies of #F3BDD4
Complementary color
Monochromatic Colors of #F3BDD4
Black with #F3BDD4
Text Example
Text Example
White with #F3BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDD4; }
p { color: rgb(243,189,212); }
H1.HeaderClassName
{
color: #F3BDD4;
}
.AnyTagClassName
{
color: #F3BDD4;
}
</style>
background-color css
<style>
a { background-color: #F3BDD4; }
a { background-color: rgb(243,189,212); }
div.DivClassName
{
background-color: #F3BDD4;
}
.BgClassName
{
background-color: #F3BDD4;
}
</style>
border-color css
<style>
span { border-color: #F3BDD4; }
span { border-color: rgb(243,189,212); }
td.TdClassName
{
border-color: #F3BDD4;
}
.TagClassName
{
border-color: #F3BDD4;
}
</style>