Shades of Pale Rose #F1D4DB
Tints of Pale Rose #F1D4DB
RGB
CMYK
RGB Variations
Color information
#F1D4DB (or 0xF1D4DB) is known color: Pale Rose. HEX triplet: F1, D4 and DB. RGB value is (241,212,219). Sum of RGB (Red+Green+Blue) = 241+212+219=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DB is #0E2B24. Grayscale: #DDDDDD. Windows color (decimal): -928549 or 14406897. OLE color: 14406897.
HSL color Cylindrical-coordinate representation of color #F1D4DB: hue angle of 345.52º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D4DB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 212 | 219 | - |
CMYK | 0 | 0.12 | 0.09 | 0.05 |
HSL | 345.52º | 0.51% | 0.89% | - |
HSV(B) | 345.52º | 0.12% | 0.95% | - |
XYZ | 72.61 | 70.9 | 76.88 | - |
YUV | 221.47 | 126.61 | 141.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 212 | 219 | 0 | 0.12 | 0.09 | 0.05 | 345.52 | 0.51 | 0.89 |
Hex | F1 | D4 | DB | 0 | C | 9 | 5 | 15A | 33 | 59 |
Octal | 361 | 324 | 333 | 0 | 14 | 11 | 5 | 532 | 63 | 131 |
Binary | 11110001 | 11010100 | 11011011 | 0 | 1100 | 1001 | 101 | 101011010 | 110011 | 1011001 |
Color Harmonies of #F1D4DB
Complementary color
Monochromatic Colors of #F1D4DB
Black with #F1D4DB
Text Example
Text Example
White with #F1D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4DB; }
p { color: rgb(241,212,219); }
H1.HeaderClassName
{
color: #F1D4DB;
}
.AnyTagClassName
{
color: #F1D4DB;
}
</style>
background-color css
<style>
a { background-color: #F1D4DB; }
a { background-color: rgb(241,212,219); }
div.DivClassName
{
background-color: #F1D4DB;
}
.BgClassName
{
background-color: #F1D4DB;
}
</style>
border-color css
<style>
span { border-color: #F1D4DB; }
span { border-color: rgb(241,212,219); }
td.TdClassName
{
border-color: #F1D4DB;
}
.TagClassName
{
border-color: #F1D4DB;
}
</style>