Shades of Pink Lady #F3D1B2
Tints of Pink Lady #F3D1B2
RGB
CMYK
RGB Variations
Color information
#F3D1B2 (or 0xF3D1B2) is known color: Pink Lady. HEX triplet: F3, D1 and B2. RGB value is (243,209,178). Sum of RGB (Red+Green+Blue) = 243+209+178=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D1B2 is #0C2E4D. Grayscale: #D7D7D7. Windows color (decimal): -798286 or 11719155. OLE color: 11719155.
HSL color Cylindrical-coordinate representation of color #F3D1B2: hue angle of 28.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3D1B2 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 178 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.05 |
| HSL | 28.62º | 0.73% | 0.83% | - |
| HSV(B) | 28.62º | 0.27% | 0.95% | - |
| XYZ | 67.8 | 67.87 | 51.65 | - |
| YUV | 215.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 178 | 0 | 0.14 | 0.27 | 0.05 | 28.62 | 0.73 | 0.83 |
| Hex | F3 | D1 | B2 | 0 | E | 1B | 5 | 1D | 49 | 53 |
| Octal | 363 | 321 | 262 | 0 | 16 | 33 | 5 | 35 | 111 | 123 |
| Binary | 11110011 | 11010001 | 10110010 | 0 | 1110 | 11011 | 101 | 11101 | 1001001 | 1010011 |
Color Harmonies of #F3D1B2
Complementary color
Monochromatic Colors of #F3D1B2
Black with #F3D1B2
Text Example
Text Example
White with #F3D1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1B2; }
p { color: rgb(243,209,178); }
H1.HeaderClassName
{
color: #F3D1B2;
}
.AnyTagClassName
{
color: #F3D1B2;
}
</style>
background-color css
<style>
a { background-color: #F3D1B2; }
a { background-color: rgb(243,209,178); }
div.DivClassName
{
background-color: #F3D1B2;
}
.BgClassName
{
background-color: #F3D1B2;
}
</style>
border-color css
<style>
span { border-color: #F3D1B2; }
span { border-color: rgb(243,209,178); }
td.TdClassName
{
border-color: #F3D1B2;
}
.TagClassName
{
border-color: #F3D1B2;
}
</style>