Shades of Blossom #F2ADB4
Tints of Blossom #F2ADB4
RGB
CMYK
RGB Variations
Color information
#F2ADB4 (or 0xF2ADB4) is known color: Blossom. HEX triplet: F2, AD and B4. RGB value is (242,173,180). Sum of RGB (Red+Green+Blue) = 242+173+180=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADB4 is #0D524B. Grayscale: #C2C2C2. Windows color (decimal): -873036 or 11841010. OLE color: 11841010.
HSL color Cylindrical-coordinate representation of color #F2ADB4: hue angle of 353.91º 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 #F2ADB4 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 180 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.05 |
| HSL | 353.91º | 0.73% | 0.81% | - |
| HSV(B) | 353.91º | 0.29% | 0.95% | - |
| XYZ | 59.8 | 52.06 | 50.08 | - |
| YUV | 194.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 180 | 0 | 0.29 | 0.26 | 0.05 | 353.91 | 0.73 | 0.81 |
| Hex | F2 | AD | B4 | 0 | 1D | 1A | 5 | 162 | 49 | 51 |
| Octal | 362 | 255 | 264 | 0 | 35 | 32 | 5 | 542 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10110100 | 0 | 11101 | 11010 | 101 | 101100010 | 1001001 | 1010001 |
Color Harmonies of #F2ADB4
Complementary color
Monochromatic Colors of #F2ADB4
Black with #F2ADB4
Text Example
Text Example
White with #F2ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADB4; }
p { color: rgb(242,173,180); }
H1.HeaderClassName
{
color: #F2ADB4;
}
.AnyTagClassName
{
color: #F2ADB4;
}
</style>
background-color css
<style>
a { background-color: #F2ADB4; }
a { background-color: rgb(242,173,180); }
div.DivClassName
{
background-color: #F2ADB4;
}
.BgClassName
{
background-color: #F2ADB4;
}
</style>
border-color css
<style>
span { border-color: #F2ADB4; }
span { border-color: rgb(242,173,180); }
td.TdClassName
{
border-color: #F2ADB4;
}
.TagClassName
{
border-color: #F2ADB4;
}
</style>