Shades of Classic Rose #F6BFDA
Tints of Classic Rose #F6BFDA
RGB
CMYK
RGB Variations
Color information
#F6BFDA (or 0xF6BFDA) is known color: Classic Rose. HEX triplet: F6, BF and DA. RGB value is (246,191,218). Sum of RGB (Red+Green+Blue) = 246+191+218=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFDA is #094025. Grayscale: #D2D2D2. Windows color (decimal): -606246 or 14335990. OLE color: 14335990.
HSL color Cylindrical-coordinate representation of color #F6BFDA: hue angle of 330.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFDA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 218 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.04 |
| HSL | 330.55º | 0.75% | 0.86% | - |
| HSV(B) | 330.55º | 0.22% | 0.96% | - |
| XYZ | 69.29 | 61.92 | 74.63 | - |
| YUV | 210.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 218 | 0 | 0.22 | 0.11 | 0.04 | 330.55 | 0.75 | 0.86 |
| Hex | F6 | BF | DA | 0 | 16 | B | 4 | 14B | 4B | 56 |
| Octal | 366 | 277 | 332 | 0 | 26 | 13 | 4 | 513 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11011010 | 0 | 10110 | 1011 | 100 | 101001011 | 1001011 | 1010110 |
Color Harmonies of #F6BFDA
Complementary color
Monochromatic Colors of #F6BFDA
Black with #F6BFDA
Text Example
Text Example
White with #F6BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFDA; }
p { color: rgb(246,191,218); }
H1.HeaderClassName
{
color: #F6BFDA;
}
.AnyTagClassName
{
color: #F6BFDA;
}
</style>
background-color css
<style>
a { background-color: #F6BFDA; }
a { background-color: rgb(246,191,218); }
div.DivClassName
{
background-color: #F6BFDA;
}
.BgClassName
{
background-color: #F6BFDA;
}
</style>
border-color css
<style>
span { border-color: #F6BFDA; }
span { border-color: rgb(246,191,218); }
td.TdClassName
{
border-color: #F6BFDA;
}
.TagClassName
{
border-color: #F6BFDA;
}
</style>