Shades of Classic Rose #F4BFD2
Tints of Classic Rose #F4BFD2
RGB
CMYK
RGB Variations
Color information
#F4BFD2 (or 0xF4BFD2) is known color: Classic Rose. HEX triplet: F4, BF and D2. RGB value is (244,191,210). Sum of RGB (Red+Green+Blue) = 244+191+210=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFD2 is #0B402D. Grayscale: #D0D0D0. Windows color (decimal): -737326 or 13811700. OLE color: 13811700.
HSL color Cylindrical-coordinate representation of color #F4BFD2: hue angle of 338.49º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BFD2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 210 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.04 |
| HSL | 338.49º | 0.71% | 0.85% | - |
| HSV(B) | 338.49º | 0.22% | 0.96% | - |
| XYZ | 67.57 | 61.15 | 69.21 | - |
| YUV | 209.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 210 | 0 | 0.22 | 0.14 | 0.04 | 338.49 | 0.71 | 0.85 |
| Hex | F4 | BF | D2 | 0 | 16 | E | 4 | 152 | 47 | 55 |
| Octal | 364 | 277 | 322 | 0 | 26 | 16 | 4 | 522 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11010010 | 0 | 10110 | 1110 | 100 | 101010010 | 1000111 | 1010101 |
Color Harmonies of #F4BFD2
Complementary color
Monochromatic Colors of #F4BFD2
Black with #F4BFD2
Text Example
Text Example
White with #F4BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFD2; }
p { color: rgb(244,191,210); }
H1.HeaderClassName
{
color: #F4BFD2;
}
.AnyTagClassName
{
color: #F4BFD2;
}
</style>
background-color css
<style>
a { background-color: #F4BFD2; }
a { background-color: rgb(244,191,210); }
div.DivClassName
{
background-color: #F4BFD2;
}
.BgClassName
{
background-color: #F4BFD2;
}
</style>
border-color css
<style>
span { border-color: #F4BFD2; }
span { border-color: rgb(244,191,210); }
td.TdClassName
{
border-color: #F4BFD2;
}
.TagClassName
{
border-color: #F4BFD2;
}
</style>