Shades of Pale Pink #F5DDDF
Tints of Pale Pink #F5DDDF
RGB
CMYK
RGB Variations
Color information
#F5DDDF (or 0xF5DDDF) is known color: Pale Pink. HEX triplet: F5, DD and DF. RGB value is (245,221,223). Sum of RGB (Red+Green+Blue) = 245+221+223=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDDF is #0A2220. Grayscale: #E4E4E4. Windows color (decimal): -664097 or 14671349. OLE color: 14671349.
HSL color Cylindrical-coordinate representation of color #F5DDDF: hue angle of 355º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDDF is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 223 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.04 |
| HSL | 355º | 0.55% | 0.91% | - |
| HSV(B) | 355º | 0.1% | 0.96% | - |
| XYZ | 76.83 | 76.45 | 80.52 | - |
| YUV | 228.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 223 | 0 | 0.10 | 0.09 | 0.04 | 355 | 0.55 | 0.91 |
| Hex | F5 | DD | DF | 0 | A | 9 | 4 | 163 | 37 | 5B |
| Octal | 365 | 335 | 337 | 0 | 12 | 11 | 4 | 543 | 67 | 133 |
| Binary | 11110101 | 11011101 | 11011111 | 0 | 1010 | 1001 | 100 | 101100011 | 110111 | 1011011 |
Color Harmonies of #F5DDDF
Complementary color
Monochromatic Colors of #F5DDDF
Black with #F5DDDF
Text Example
Text Example
White with #F5DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDDF; }
p { color: rgb(245,221,223); }
H1.HeaderClassName
{
color: #F5DDDF;
}
.AnyTagClassName
{
color: #F5DDDF;
}
</style>
background-color css
<style>
a { background-color: #F5DDDF; }
a { background-color: rgb(245,221,223); }
div.DivClassName
{
background-color: #F5DDDF;
}
.BgClassName
{
background-color: #F5DDDF;
}
</style>
border-color css
<style>
span { border-color: #F5DDDF; }
span { border-color: rgb(245,221,223); }
td.TdClassName
{
border-color: #F5DDDF;
}
.TagClassName
{
border-color: #F5DDDF;
}
</style>