Shades of Pale Pink #F9DEDF
Tints of Pale Pink #F9DEDF
RGB
CMYK
RGB Variations
Color information
#F9DEDF (or 0xF9DEDF) is known color: Pale Pink. HEX triplet: F9, DE and DF. RGB value is (249,222,223). Sum of RGB (Red+Green+Blue) = 249+222+223=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DEDF is #062120. Grayscale: #E6E6E6. Windows color (decimal): -401697 or 14671609. OLE color: 14671609.
HSL color Cylindrical-coordinate representation of color #F9DEDF: hue angle of 357.78º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DEDF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 222 | 223 | - |
CMYK | 0 | 0.11 | 0.10 | 0.02 |
HSL | 357.78º | 0.69% | 0.92% | - |
HSV(B) | 357.78º | 0.11% | 0.98% | - |
XYZ | 78.51 | 77.71 | 80.67 | - |
YUV | 230.19 | 123.95 | 141.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 222 | 223 | 0 | 0.11 | 0.10 | 0.02 | 357.78 | 0.69 | 0.92 |
Hex | F9 | DE | DF | 0 | B | A | 2 | 166 | 45 | 5C |
Octal | 371 | 336 | 337 | 0 | 13 | 12 | 2 | 546 | 105 | 134 |
Binary | 11111001 | 11011110 | 11011111 | 0 | 1011 | 1010 | 10 | 101100110 | 1000101 | 1011100 |
Color Harmonies of #F9DEDF
Complementary color
Monochromatic Colors of #F9DEDF
Black with #F9DEDF
Text Example
Text Example
White with #F9DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEDF; }
p { color: rgb(249,222,223); }
H1.HeaderClassName
{
color: #F9DEDF;
}
.AnyTagClassName
{
color: #F9DEDF;
}
</style>
background-color css
<style>
a { background-color: #F9DEDF; }
a { background-color: rgb(249,222,223); }
div.DivClassName
{
background-color: #F9DEDF;
}
.BgClassName
{
background-color: #F9DEDF;
}
</style>
border-color css
<style>
span { border-color: #F9DEDF; }
span { border-color: rgb(249,222,223); }
td.TdClassName
{
border-color: #F9DEDF;
}
.TagClassName
{
border-color: #F9DEDF;
}
</style>