Shades of Pale Pink #FADCDD
Tints of Pale Pink #FADCDD
RGB
CMYK
RGB Variations
Color information
#FADCDD (or 0xFADCDD) is known color: Pale Pink. HEX triplet: FA, DC and DD. RGB value is (250,220,221). Sum of RGB (Red+Green+Blue) = 250+220+221=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDD is #052322. Grayscale: #E5E5E5. Windows color (decimal): -336675 or 14540026. OLE color: 14540026.
HSL color Cylindrical-coordinate representation of color #FADCDD: hue angle of 358º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCDD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 220 | 221 | - |
CMYK | 0 | 0.12 | 0.12 | 0.02 |
HSL | 358º | 0.75% | 0.92% | - |
HSV(B) | 358º | 0.12% | 0.98% | - |
XYZ | 78.07 | 76.73 | 79.1 | - |
YUV | 229.08 | 123.44 | 142.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 220 | 221 | 0 | 0.12 | 0.12 | 0.02 | 358 | 0.75 | 0.92 |
Hex | FA | DC | DD | 0 | C | C | 2 | 166 | 4B | 5C |
Octal | 372 | 334 | 335 | 0 | 14 | 14 | 2 | 546 | 113 | 134 |
Binary | 11111010 | 11011100 | 11011101 | 0 | 1100 | 1100 | 10 | 101100110 | 1001011 | 1011100 |
Color Harmonies of #FADCDD
Complementary color
Monochromatic Colors of #FADCDD
Black with #FADCDD
Text Example
Text Example
White with #FADCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCDD; }
p { color: rgb(250,220,221); }
H1.HeaderClassName
{
color: #FADCDD;
}
.AnyTagClassName
{
color: #FADCDD;
}
</style>
background-color css
<style>
a { background-color: #FADCDD; }
a { background-color: rgb(250,220,221); }
div.DivClassName
{
background-color: #FADCDD;
}
.BgClassName
{
background-color: #FADCDD;
}
</style>
border-color css
<style>
span { border-color: #FADCDD; }
span { border-color: rgb(250,220,221); }
td.TdClassName
{
border-color: #FADCDD;
}
.TagClassName
{
border-color: #FADCDD;
}
</style>