Shades of Classic Rose #F2BED4
Tints of Classic Rose #F2BED4
RGB
CMYK
RGB Variations
Color information
#F2BED4 (or 0xF2BED4) is known color: Classic Rose. HEX triplet: F2, BE and D4. RGB value is (242,190,212). Sum of RGB (Red+Green+Blue) = 242+190+212=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED4 is #0D412B. Grayscale: #D0D0D0. Windows color (decimal): -868652 or 13942514. OLE color: 13942514.
HSL color Cylindrical-coordinate representation of color #F2BED4: hue angle of 334.62º degrees, saturation: 0.67, 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 #F2BED4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 212 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 334.62º | 0.67% | 0.85% | - |
| HSV(B) | 334.62º | 0.21% | 0.95% | - |
| XYZ | 66.92 | 60.46 | 70.43 | - |
| YUV | 208.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 212 | 0 | 0.21 | 0.12 | 0.05 | 334.62 | 0.67 | 0.85 |
| Hex | F2 | BE | D4 | 0 | 15 | C | 5 | 14F | 43 | 55 |
| Octal | 362 | 276 | 324 | 0 | 25 | 14 | 5 | 517 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11010100 | 0 | 10101 | 1100 | 101 | 101001111 | 1000011 | 1010101 |
Color Harmonies of #F2BED4
Complementary color
Monochromatic Colors of #F2BED4
Black with #F2BED4
Text Example
Text Example
White with #F2BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED4; }
p { color: rgb(242,190,212); }
H1.HeaderClassName
{
color: #F2BED4;
}
.AnyTagClassName
{
color: #F2BED4;
}
</style>
background-color css
<style>
a { background-color: #F2BED4; }
a { background-color: rgb(242,190,212); }
div.DivClassName
{
background-color: #F2BED4;
}
.BgClassName
{
background-color: #F2BED4;
}
</style>
border-color css
<style>
span { border-color: #F2BED4; }
span { border-color: rgb(242,190,212); }
td.TdClassName
{
border-color: #F2BED4;
}
.TagClassName
{
border-color: #F2BED4;
}
</style>