Shades of Pale Pink #FADBDF
Tints of Pale Pink #FADBDF
RGB
CMYK
RGB Variations
Color information
#FADBDF (or 0xFADBDF) is known color: Pale Pink. HEX triplet: FA, DB and DF. RGB value is (250,219,223). Sum of RGB (Red+Green+Blue) = 250+219+223=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDF is #052420. Grayscale: #E4E4E4. Windows color (decimal): -336929 or 14670842. OLE color: 14670842.
HSL color Cylindrical-coordinate representation of color #FADBDF: hue angle of 352.26º degrees, saturation: 0.76, 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 #FADBDF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 219 | 223 | - |
CMYK | 0 | 0.12 | 0.11 | 0.02 |
HSL | 352.26º | 0.76% | 0.92% | - |
HSV(B) | 352.26º | 0.12% | 0.98% | - |
XYZ | 78.08 | 76.31 | 80.43 | - |
YUV | 228.73 | 124.77 | 143.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 219 | 223 | 0 | 0.12 | 0.11 | 0.02 | 352.26 | 0.76 | 0.92 |
Hex | FA | DB | DF | 0 | C | B | 2 | 160 | 4C | 5C |
Octal | 372 | 333 | 337 | 0 | 14 | 13 | 2 | 540 | 114 | 134 |
Binary | 11111010 | 11011011 | 11011111 | 0 | 1100 | 1011 | 10 | 101100000 | 1001100 | 1011100 |
Color Harmonies of #FADBDF
Complementary color
Monochromatic Colors of #FADBDF
Black with #FADBDF
Text Example
Text Example
White with #FADBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBDF; }
p { color: rgb(250,219,223); }
H1.HeaderClassName
{
color: #FADBDF;
}
.AnyTagClassName
{
color: #FADBDF;
}
</style>
background-color css
<style>
a { background-color: #FADBDF; }
a { background-color: rgb(250,219,223); }
div.DivClassName
{
background-color: #FADBDF;
}
.BgClassName
{
background-color: #FADBDF;
}
</style>
border-color css
<style>
span { border-color: #FADBDF; }
span { border-color: rgb(250,219,223); }
td.TdClassName
{
border-color: #FADBDF;
}
.TagClassName
{
border-color: #FADBDF;
}
</style>