Shades of Pale Pink #FDD6DB
Tints of Pale Pink #FDD6DB
RGB
CMYK
RGB Variations
Color information
#FDD6DB (or 0xFDD6DB) is known color: Pale Pink. HEX triplet: FD, D6 and DB. RGB value is (253,214,219). Sum of RGB (Red+Green+Blue) = 253+214+219=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6DB is #022924. Grayscale: #E2E2E2. Windows color (decimal): -141605 or 14407421. OLE color: 14407421.
HSL color Cylindrical-coordinate representation of color #FDD6DB: hue angle of 352.31º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD6DB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 214 | 219 | - |
CMYK | 0 | 0.15 | 0.13 | 0.01 |
HSL | 352.31º | 0.91% | 0.92% | - |
HSV(B) | 352.31º | 0.15% | 0.99% | - |
XYZ | 77.34 | 74.09 | 77.24 | - |
YUV | 226.23 | 123.92 | 147.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 214 | 219 | 0 | 0.15 | 0.13 | 0.01 | 352.31 | 0.91 | 0.92 |
Hex | FD | D6 | DB | 0 | F | D | 1 | 160 | 5B | 5C |
Octal | 375 | 326 | 333 | 0 | 17 | 15 | 1 | 540 | 133 | 134 |
Binary | 11111101 | 11010110 | 11011011 | 0 | 1111 | 1101 | 1 | 101100000 | 1011011 | 1011100 |
Color Harmonies of #FDD6DB
Complementary color
Monochromatic Colors of #FDD6DB
Black with #FDD6DB
Text Example
Text Example
White with #FDD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6DB; }
p { color: rgb(253,214,219); }
H1.HeaderClassName
{
color: #FDD6DB;
}
.AnyTagClassName
{
color: #FDD6DB;
}
</style>
background-color css
<style>
a { background-color: #FDD6DB; }
a { background-color: rgb(253,214,219); }
div.DivClassName
{
background-color: #FDD6DB;
}
.BgClassName
{
background-color: #FDD6DB;
}
</style>
border-color css
<style>
span { border-color: #FDD6DB; }
span { border-color: rgb(253,214,219); }
td.TdClassName
{
border-color: #FDD6DB;
}
.TagClassName
{
border-color: #FDD6DB;
}
</style>