Shades of Classic Rose #F2BDE0
Tints of Classic Rose #F2BDE0
RGB
CMYK
RGB Variations
Color information
#F2BDE0 (or 0xF2BDE0) is known color: Classic Rose. HEX triplet: F2, BD and E0. RGB value is (242,189,224). Sum of RGB (Red+Green+Blue) = 242+189+224=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDE0 is #0D421F. Grayscale: #D0D0D0. Windows color (decimal): -868896 or 14728690. OLE color: 14728690.
HSL color Cylindrical-coordinate representation of color #F2BDE0: hue angle of 320.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDE0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 224 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 320.38º | 0.67% | 0.85% | - |
| HSV(B) | 320.38º | 0.22% | 0.95% | - |
| XYZ | 68.27 | 60.65 | 78.63 | - |
| YUV | 208.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 224 | 0 | 0.22 | 0.07 | 0.05 | 320.38 | 0.67 | 0.85 |
| Hex | F2 | BD | E0 | 0 | 16 | 7 | 5 | 140 | 43 | 55 |
| Octal | 362 | 275 | 340 | 0 | 26 | 7 | 5 | 500 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11100000 | 0 | 10110 | 111 | 101 | 101000000 | 1000011 | 1010101 |
Color Harmonies of #F2BDE0
Complementary color
Monochromatic Colors of #F2BDE0
Black with #F2BDE0
Text Example
Text Example
White with #F2BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDE0; }
p { color: rgb(242,189,224); }
H1.HeaderClassName
{
color: #F2BDE0;
}
.AnyTagClassName
{
color: #F2BDE0;
}
</style>
background-color css
<style>
a { background-color: #F2BDE0; }
a { background-color: rgb(242,189,224); }
div.DivClassName
{
background-color: #F2BDE0;
}
.BgClassName
{
background-color: #F2BDE0;
}
</style>
border-color css
<style>
span { border-color: #F2BDE0; }
span { border-color: rgb(242,189,224); }
td.TdClassName
{
border-color: #F2BDE0;
}
.TagClassName
{
border-color: #F2BDE0;
}
</style>