Shades of Pale Pink #FADFE0
Tints of Pale Pink #FADFE0
RGB
CMYK
RGB Variations
Color information
#FADFE0 (or 0xFADFE0) is known color: Pale Pink. HEX triplet: FA, DF and E0. RGB value is (250,223,224). Sum of RGB (Red+Green+Blue) = 250+223+224=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE0 is #05201F. Grayscale: #E7E7E7. Windows color (decimal): -335904 or 14737402. OLE color: 14737402.
HSL color Cylindrical-coordinate representation of color #FADFE0: hue angle of 357.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFE0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 224 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 357.78º | 0.73% | 0.93% | - |
| HSV(B) | 357.78º | 0.11% | 0.98% | - |
| XYZ | 79.27 | 78.48 | 81.49 | - |
| YUV | 231.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 224 | 0 | 0.11 | 0.10 | 0.02 | 357.78 | 0.73 | 0.93 |
| Hex | FA | DF | E0 | 0 | B | A | 2 | 166 | 49 | 5D |
| Octal | 372 | 337 | 340 | 0 | 13 | 12 | 2 | 546 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11100000 | 0 | 1011 | 1010 | 10 | 101100110 | 1001001 | 1011101 |
Color Harmonies of #FADFE0
Complementary color
Monochromatic Colors of #FADFE0
Black with #FADFE0
Text Example
Text Example
White with #FADFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFE0; }
p { color: rgb(250,223,224); }
H1.HeaderClassName
{
color: #FADFE0;
}
.AnyTagClassName
{
color: #FADFE0;
}
</style>
background-color css
<style>
a { background-color: #FADFE0; }
a { background-color: rgb(250,223,224); }
div.DivClassName
{
background-color: #FADFE0;
}
.BgClassName
{
background-color: #FADFE0;
}
</style>
border-color css
<style>
span { border-color: #FADFE0; }
span { border-color: rgb(250,223,224); }
td.TdClassName
{
border-color: #FADFE0;
}
.TagClassName
{
border-color: #FADFE0;
}
</style>