Shades of Pale Pink #FDD4DA
Tints of Pale Pink #FDD4DA
RGB
CMYK
RGB Variations
Color information
#FDD4DA (or 0xFDD4DA) is known color: Pale Pink. HEX triplet: FD, D4 and DA. RGB value is (253,212,218). Sum of RGB (Red+Green+Blue) = 253+212+218=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4DA is #022B25. Grayscale: #E0E0E0. Windows color (decimal): -142118 or 14341373. OLE color: 14341373.
HSL color Cylindrical-coordinate representation of color #FDD4DA: hue angle of 351.22º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD4DA is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 212 | 218 | - |
CMYK | 0 | 0.16 | 0.14 | 0.01 |
HSL | 351.22º | 0.91% | 0.91% | - |
HSV(B) | 351.22º | 0.16% | 0.99% | - |
XYZ | 76.71 | 73.03 | 76.38 | - |
YUV | 224.94 | 124.08 | 148.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 212 | 218 | 0 | 0.16 | 0.14 | 0.01 | 351.22 | 0.91 | 0.91 |
Hex | FD | D4 | DA | 0 | 10 | E | 1 | 15F | 5B | 5B |
Octal | 375 | 324 | 332 | 0 | 20 | 16 | 1 | 537 | 133 | 133 |
Binary | 11111101 | 11010100 | 11011010 | 0 | 10000 | 1110 | 1 | 101011111 | 1011011 | 1011011 |
Color Harmonies of #FDD4DA
Complementary color
Monochromatic Colors of #FDD4DA
Black with #FDD4DA
Text Example
Text Example
White with #FDD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4DA; }
p { color: rgb(253,212,218); }
H1.HeaderClassName
{
color: #FDD4DA;
}
.AnyTagClassName
{
color: #FDD4DA;
}
</style>
background-color css
<style>
a { background-color: #FDD4DA; }
a { background-color: rgb(253,212,218); }
div.DivClassName
{
background-color: #FDD4DA;
}
.BgClassName
{
background-color: #FDD4DA;
}
</style>
border-color css
<style>
span { border-color: #FDD4DA; }
span { border-color: rgb(253,212,218); }
td.TdClassName
{
border-color: #FDD4DA;
}
.TagClassName
{
border-color: #FDD4DA;
}
</style>