Shades of Classic Rose #F2BFD4
Tints of Classic Rose #F2BFD4
RGB
CMYK
RGB Variations
Color information
#F2BFD4 (or 0xF2BFD4) is known color: Classic Rose. HEX triplet: F2, BF and D4. RGB value is (242,191,212). Sum of RGB (Red+Green+Blue) = 242+191+212=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFD4 is #0D402B. Grayscale: #D0D0D0. Windows color (decimal): -868396 or 13942770. OLE color: 13942770.
HSL color Cylindrical-coordinate representation of color #F2BFD4: hue angle of 335.29º degrees, saturation: 0.66, 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 #F2BFD4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 212 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 335.29º | 0.66% | 0.85% | - |
| HSV(B) | 335.29º | 0.21% | 0.95% | - |
| XYZ | 67.13 | 60.89 | 70.5 | - |
| YUV | 208.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 212 | 0 | 0.21 | 0.12 | 0.05 | 335.29 | 0.66 | 0.85 |
| Hex | F2 | BF | D4 | 0 | 15 | C | 5 | 14F | 42 | 55 |
| Octal | 362 | 277 | 324 | 0 | 25 | 14 | 5 | 517 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11010100 | 0 | 10101 | 1100 | 101 | 101001111 | 1000010 | 1010101 |
Color Harmonies of #F2BFD4
Complementary color
Monochromatic Colors of #F2BFD4
Black with #F2BFD4
Text Example
Text Example
White with #F2BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFD4; }
p { color: rgb(242,191,212); }
H1.HeaderClassName
{
color: #F2BFD4;
}
.AnyTagClassName
{
color: #F2BFD4;
}
</style>
background-color css
<style>
a { background-color: #F2BFD4; }
a { background-color: rgb(242,191,212); }
div.DivClassName
{
background-color: #F2BFD4;
}
.BgClassName
{
background-color: #F2BFD4;
}
</style>
border-color css
<style>
span { border-color: #F2BFD4; }
span { border-color: rgb(242,191,212); }
td.TdClassName
{
border-color: #F2BFD4;
}
.TagClassName
{
border-color: #F2BFD4;
}
</style>