Shades of Pale Pink #F1DADB
Tints of Pale Pink #F1DADB
RGB
CMYK
RGB Variations
Color information
#F1DADB (or 0xF1DADB) is known color: Pale Pink. HEX triplet: F1, DA and DB. RGB value is (241,218,219). Sum of RGB (Red+Green+Blue) = 241+218+219=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DADB is #0E2524. Grayscale: #E1E1E1. Windows color (decimal): -927013 or 14408433. OLE color: 14408433.
HSL color Cylindrical-coordinate representation of color #F1DADB: hue angle of 357.39º degrees, saturation: 0.45, 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 #F1DADB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 219 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.05 |
| HSL | 357.39º | 0.45% | 0.9% | - |
| HSV(B) | 357.39º | 0.1% | 0.95% | - |
| XYZ | 74.13 | 73.96 | 77.39 | - |
| YUV | 224.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 219 | 0 | 0.10 | 0.09 | 0.05 | 357.39 | 0.45 | 0.9 |
| Hex | F1 | DA | DB | 0 | A | 9 | 5 | 165 | 2D | 5A |
| Octal | 361 | 332 | 333 | 0 | 12 | 11 | 5 | 545 | 55 | 132 |
| Binary | 11110001 | 11011010 | 11011011 | 0 | 1010 | 1001 | 101 | 101100101 | 101101 | 1011010 |
Color Harmonies of #F1DADB
Complementary color
Monochromatic Colors of #F1DADB
Black with #F1DADB
Text Example
Text Example
White with #F1DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DADB; }
p { color: rgb(241,218,219); }
H1.HeaderClassName
{
color: #F1DADB;
}
.AnyTagClassName
{
color: #F1DADB;
}
</style>
background-color css
<style>
a { background-color: #F1DADB; }
a { background-color: rgb(241,218,219); }
div.DivClassName
{
background-color: #F1DADB;
}
.BgClassName
{
background-color: #F1DADB;
}
</style>
border-color css
<style>
span { border-color: #F1DADB; }
span { border-color: rgb(241,218,219); }
td.TdClassName
{
border-color: #F1DADB;
}
.TagClassName
{
border-color: #F1DADB;
}
</style>