Shades of Light Pink #F3ADB7
Tints of Light Pink #F3ADB7
RGB
CMYK
RGB Variations
Color information
#F3ADB7 (or 0xF3ADB7) is known color: Light Pink. HEX triplet: F3, AD and B7. RGB value is (243,173,183). Sum of RGB (Red+Green+Blue) = 243+173+183=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADB7 is #0C5248. Grayscale: #C3C3C3. Windows color (decimal): -807497 or 12037619. OLE color: 12037619.
HSL color Cylindrical-coordinate representation of color #F3ADB7: hue angle of 351.43º 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 #F3ADB7 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 173 | 183 | - |
CMYK | 0 | 0.29 | 0.25 | 0.05 |
HSL | 351.43º | 0.74% | 0.82% | - |
HSV(B) | 351.43º | 0.29% | 0.95% | - |
XYZ | 60.45 | 52.36 | 51.72 | - |
YUV | 195.07 | 121.19 | 162.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 173 | 183 | 0 | 0.29 | 0.25 | 0.05 | 351.43 | 0.74 | 0.82 |
Hex | F3 | AD | B7 | 0 | 1D | 19 | 5 | 15F | 4A | 52 |
Octal | 363 | 255 | 267 | 0 | 35 | 31 | 5 | 537 | 112 | 122 |
Binary | 11110011 | 10101101 | 10110111 | 0 | 11101 | 11001 | 101 | 101011111 | 1001010 | 1010010 |
Color Harmonies of #F3ADB7
Complementary color
Monochromatic Colors of #F3ADB7
Black with #F3ADB7
Text Example
Text Example
White with #F3ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADB7; }
p { color: rgb(243,173,183); }
H1.HeaderClassName
{
color: #F3ADB7;
}
.AnyTagClassName
{
color: #F3ADB7;
}
</style>
background-color css
<style>
a { background-color: #F3ADB7; }
a { background-color: rgb(243,173,183); }
div.DivClassName
{
background-color: #F3ADB7;
}
.BgClassName
{
background-color: #F3ADB7;
}
</style>
border-color css
<style>
span { border-color: #F3ADB7; }
span { border-color: rgb(243,173,183); }
td.TdClassName
{
border-color: #F3ADB7;
}
.TagClassName
{
border-color: #F3ADB7;
}
</style>