Shades of Pale Pink #F3DADB
Tints of Pale Pink #F3DADB
RGB
CMYK
RGB Variations
Color information
#F3DADB (or 0xF3DADB) is known color: Pale Pink. HEX triplet: F3, DA and DB. RGB value is (243,218,219). Sum of RGB (Red+Green+Blue) = 243+218+219=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DADB is #0C2524. Grayscale: #E1E1E1. Windows color (decimal): -795941 or 14408435. OLE color: 14408435.
HSL color Cylindrical-coordinate representation of color #F3DADB: hue angle of 357.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DADB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 219 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.05 |
| HSL | 357.6º | 0.51% | 0.9% | - |
| HSV(B) | 357.6º | 0.1% | 0.95% | - |
| XYZ | 74.82 | 74.31 | 77.42 | - |
| YUV | 225.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 219 | 0 | 0.10 | 0.10 | 0.05 | 357.6 | 0.51 | 0.9 |
| Hex | F3 | DA | DB | 0 | A | A | 5 | 166 | 33 | 5A |
| Octal | 363 | 332 | 333 | 0 | 12 | 12 | 5 | 546 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11011011 | 0 | 1010 | 1010 | 101 | 101100110 | 110011 | 1011010 |
Color Harmonies of #F3DADB
Complementary color
Monochromatic Colors of #F3DADB
Black with #F3DADB
Text Example
Text Example
White with #F3DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DADB; }
p { color: rgb(243,218,219); }
H1.HeaderClassName
{
color: #F3DADB;
}
.AnyTagClassName
{
color: #F3DADB;
}
</style>
background-color css
<style>
a { background-color: #F3DADB; }
a { background-color: rgb(243,218,219); }
div.DivClassName
{
background-color: #F3DADB;
}
.BgClassName
{
background-color: #F3DADB;
}
</style>
border-color css
<style>
span { border-color: #F3DADB; }
span { border-color: rgb(243,218,219); }
td.TdClassName
{
border-color: #F3DADB;
}
.TagClassName
{
border-color: #F3DADB;
}
</style>