Shades of Light Pink #F3ADB5
Tints of Light Pink #F3ADB5
RGB
CMYK
RGB Variations
Color information
#F3ADB5 (or 0xF3ADB5) is known color: Light Pink. HEX triplet: F3, AD and B5. RGB value is (243,173,181). Sum of RGB (Red+Green+Blue) = 243+173+181=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADB5 is #0C524A. Grayscale: #C2C2C2. Windows color (decimal): -807499 or 11906547. OLE color: 11906547.
HSL color Cylindrical-coordinate representation of color #F3ADB5: hue angle of 353.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ADB5 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 181 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.05 |
| HSL | 353.14º | 0.74% | 0.82% | - |
| HSV(B) | 353.14º | 0.29% | 0.95% | - |
| XYZ | 60.25 | 52.28 | 50.63 | - |
| YUV | 194.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 181 | 0 | 0.29 | 0.26 | 0.05 | 353.14 | 0.74 | 0.82 |
| Hex | F3 | AD | B5 | 0 | 1D | 1A | 5 | 161 | 4A | 52 |
| Octal | 363 | 255 | 265 | 0 | 35 | 32 | 5 | 541 | 112 | 122 |
| Binary | 11110011 | 10101101 | 10110101 | 0 | 11101 | 11010 | 101 | 101100001 | 1001010 | 1010010 |
Color Harmonies of #F3ADB5
Complementary color
Monochromatic Colors of #F3ADB5
Black with #F3ADB5
Text Example
Text Example
White with #F3ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADB5; }
p { color: rgb(243,173,181); }
H1.HeaderClassName
{
color: #F3ADB5;
}
.AnyTagClassName
{
color: #F3ADB5;
}
</style>
background-color css
<style>
a { background-color: #F3ADB5; }
a { background-color: rgb(243,173,181); }
div.DivClassName
{
background-color: #F3ADB5;
}
.BgClassName
{
background-color: #F3ADB5;
}
</style>
border-color css
<style>
span { border-color: #F3ADB5; }
span { border-color: rgb(243,173,181); }
td.TdClassName
{
border-color: #F3ADB5;
}
.TagClassName
{
border-color: #F3ADB5;
}
</style>