Shades of Classic Rose #F3B9DF
Tints of Classic Rose #F3B9DF
RGB
CMYK
RGB Variations
Color information
#F3B9DF (or 0xF3B9DF) is known color: Classic Rose. HEX triplet: F3, B9 and DF. RGB value is (243,185,223). Sum of RGB (Red+Green+Blue) = 243+185+223=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9DF is #0C4620. Grayscale: #CECECE. Windows color (decimal): -804385 or 14662131. OLE color: 14662131.
HSL color Cylindrical-coordinate representation of color #F3B9DF: hue angle of 320.69º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9DF is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 223 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.05 |
| HSL | 320.69º | 0.71% | 0.84% | - |
| HSV(B) | 320.69º | 0.24% | 0.95% | - |
| XYZ | 67.63 | 59.08 | 77.65 | - |
| YUV | 206.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 223 | 0 | 0.24 | 0.08 | 0.05 | 320.69 | 0.71 | 0.84 |
| Hex | F3 | B9 | DF | 0 | 18 | 8 | 5 | 141 | 47 | 54 |
| Octal | 363 | 271 | 337 | 0 | 30 | 10 | 5 | 501 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11011111 | 0 | 11000 | 1000 | 101 | 101000001 | 1000111 | 1010100 |
Color Harmonies of #F3B9DF
Complementary color
Monochromatic Colors of #F3B9DF
Black with #F3B9DF
Text Example
Text Example
White with #F3B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9DF; }
p { color: rgb(243,185,223); }
H1.HeaderClassName
{
color: #F3B9DF;
}
.AnyTagClassName
{
color: #F3B9DF;
}
</style>
background-color css
<style>
a { background-color: #F3B9DF; }
a { background-color: rgb(243,185,223); }
div.DivClassName
{
background-color: #F3B9DF;
}
.BgClassName
{
background-color: #F3B9DF;
}
</style>
border-color css
<style>
span { border-color: #F3B9DF; }
span { border-color: rgb(243,185,223); }
td.TdClassName
{
border-color: #F3B9DF;
}
.TagClassName
{
border-color: #F3B9DF;
}
</style>