Shades of Blossom #F2ADB5
Tints of Blossom #F2ADB5
RGB
CMYK
RGB Variations
Color information
#F2ADB5 (or 0xF2ADB5) is known color: Blossom. HEX triplet: F2, AD and B5. RGB value is (242,173,181). Sum of RGB (Red+Green+Blue) = 242+173+181=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADB5 is #0D524A. Grayscale: #C2C2C2. Windows color (decimal): -873035 or 11906546. OLE color: 11906546.
HSL color Cylindrical-coordinate representation of color #F2ADB5: hue angle of 353.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADB5 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 181 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 353.04º | 0.73% | 0.81% | - |
| HSV(B) | 353.04º | 0.29% | 0.95% | - |
| XYZ | 59.9 | 52.1 | 50.62 | - |
| YUV | 194.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 181 | 0 | 0.29 | 0.25 | 0.05 | 353.04 | 0.73 | 0.81 |
| Hex | F2 | AD | B5 | 0 | 1D | 19 | 5 | 161 | 49 | 51 |
| Octal | 362 | 255 | 265 | 0 | 35 | 31 | 5 | 541 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10110101 | 0 | 11101 | 11001 | 101 | 101100001 | 1001001 | 1010001 |
Color Harmonies of #F2ADB5
Complementary color
Monochromatic Colors of #F2ADB5
Black with #F2ADB5
Text Example
Text Example
White with #F2ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADB5; }
p { color: rgb(242,173,181); }
H1.HeaderClassName
{
color: #F2ADB5;
}
.AnyTagClassName
{
color: #F2ADB5;
}
</style>
background-color css
<style>
a { background-color: #F2ADB5; }
a { background-color: rgb(242,173,181); }
div.DivClassName
{
background-color: #F2ADB5;
}
.BgClassName
{
background-color: #F2ADB5;
}
</style>
border-color css
<style>
span { border-color: #F2ADB5; }
span { border-color: rgb(242,173,181); }
td.TdClassName
{
border-color: #F2ADB5;
}
.TagClassName
{
border-color: #F2ADB5;
}
</style>