Shades of Fair Pink #F9E6DA
Tints of Fair Pink #F9E6DA
RGB
CMYK
RGB Variations
Color information
#F9E6DA (or 0xF9E6DA) is known color: Fair Pink. HEX triplet: F9, E6 and DA. RGB value is (249,230,218). Sum of RGB (Red+Green+Blue) = 249+230+218=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E6DA is #061925. Grayscale: #EAEAEA. Windows color (decimal): -399654 or 14345977. OLE color: 14345977.
HSL color Cylindrical-coordinate representation of color #F9E6DA: hue angle of 23.23º degrees, saturation: 0.72, 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 #F9E6DA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 230 | 218 | - |
CMYK | 0 | 0.08 | 0.12 | 0.02 |
HSL | 23.23º | 0.72% | 0.92% | - |
HSV(B) | 23.23º | 0.12% | 0.98% | - |
XYZ | 80.02 | 81.8 | 77.9 | - |
YUV | 234.31 | 118.79 | 138.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 230 | 218 | 0 | 0.08 | 0.12 | 0.02 | 23.23 | 0.72 | 0.92 |
Hex | F9 | E6 | DA | 0 | 8 | C | 2 | 17 | 48 | 5C |
Octal | 371 | 346 | 332 | 0 | 10 | 14 | 2 | 27 | 110 | 134 |
Binary | 11111001 | 11100110 | 11011010 | 0 | 1000 | 1100 | 10 | 10111 | 1001000 | 1011100 |
Color Harmonies of #F9E6DA
Complementary color
Monochromatic Colors of #F9E6DA
Black with #F9E6DA
Text Example
Text Example
White with #F9E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E6DA; }
p { color: rgb(249,230,218); }
H1.HeaderClassName
{
color: #F9E6DA;
}
.AnyTagClassName
{
color: #F9E6DA;
}
</style>
background-color css
<style>
a { background-color: #F9E6DA; }
a { background-color: rgb(249,230,218); }
div.DivClassName
{
background-color: #F9E6DA;
}
.BgClassName
{
background-color: #F9E6DA;
}
</style>
border-color css
<style>
span { border-color: #F9E6DA; }
span { border-color: rgb(249,230,218); }
td.TdClassName
{
border-color: #F9E6DA;
}
.TagClassName
{
border-color: #F9E6DA;
}
</style>