Shades of Classic Rose #F4BFE1
Tints of Classic Rose #F4BFE1
RGB
CMYK
RGB Variations
Color information
#F4BFE1 (or 0xF4BFE1) is known color: Classic Rose. HEX triplet: F4, BF and E1. RGB value is (244,191,225). Sum of RGB (Red+Green+Blue) = 244+191+225=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFE1 is #0B401E. Grayscale: #D2D2D2. Windows color (decimal): -737311 or 14794740. OLE color: 14794740.
HSL color Cylindrical-coordinate representation of color #F4BFE1: hue angle of 321.51º 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 #F4BFE1 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 225 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.04 |
| HSL | 321.51º | 0.71% | 0.85% | - |
| HSV(B) | 321.51º | 0.22% | 0.96% | - |
| XYZ | 69.53 | 61.93 | 79.52 | - |
| YUV | 210.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 225 | 0 | 0.22 | 0.08 | 0.04 | 321.51 | 0.71 | 0.85 |
| Hex | F4 | BF | E1 | 0 | 16 | 8 | 4 | 142 | 47 | 55 |
| Octal | 364 | 277 | 341 | 0 | 26 | 10 | 4 | 502 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11100001 | 0 | 10110 | 1000 | 100 | 101000010 | 1000111 | 1010101 |
Color Harmonies of #F4BFE1
Complementary color
Monochromatic Colors of #F4BFE1
Black with #F4BFE1
Text Example
Text Example
White with #F4BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFE1; }
p { color: rgb(244,191,225); }
H1.HeaderClassName
{
color: #F4BFE1;
}
.AnyTagClassName
{
color: #F4BFE1;
}
</style>
background-color css
<style>
a { background-color: #F4BFE1; }
a { background-color: rgb(244,191,225); }
div.DivClassName
{
background-color: #F4BFE1;
}
.BgClassName
{
background-color: #F4BFE1;
}
</style>
border-color css
<style>
span { border-color: #F4BFE1; }
span { border-color: rgb(244,191,225); }
td.TdClassName
{
border-color: #F4BFE1;
}
.TagClassName
{
border-color: #F4BFE1;
}
</style>