Shades of White Nectar #FAFADA
Tints of White Nectar #FAFADA
RGB
CMYK
RGB Variations
Color information
#FAFADA (or 0xFAFADA) is known color: White Nectar. HEX triplet: FA, FA and DA. RGB value is (250,250,218). Sum of RGB (Red+Green+Blue) = 250+250+218=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 218 (85.55% from 255 or 30.36% from 718); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADA is #050525. Grayscale: #F6F6F6. Windows color (decimal): -328998 or 14351098. OLE color: 14351098.
HSL color Cylindrical-coordinate representation of color #FAFADA: hue angle of 60º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFADA is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 218 | - |
| CMYK | 0 | 0 | 0.13 | 0.02 |
| HSL | 60º | 0.76% | 0.92% | - |
| HSV(B) | 60º | 0.13% | 0.98% | - |
| XYZ | 86.26 | 93.76 | 79.88 | - |
| YUV | 246.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 218 | 0 | 0 | 0.13 | 0.02 | 60 | 0.76 | 0.92 |
| Hex | FA | FA | DA | 0 | 0 | D | 2 | 3C | 4C | 5C |
| Octal | 372 | 372 | 332 | 0 | 0 | 15 | 2 | 74 | 114 | 134 |
| Binary | 11111010 | 11111010 | 11011010 | 0 | 0 | 1101 | 10 | 111100 | 1001100 | 1011100 |
Color Harmonies of #FAFADA
Complementary color
Monochromatic Colors of #FAFADA
Black with #FAFADA
Text Example
Text Example
White with #FAFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFADA; }
p { color: rgb(250,250,218); }
H1.HeaderClassName
{
color: #FAFADA;
}
.AnyTagClassName
{
color: #FAFADA;
}
</style>
background-color css
<style>
a { background-color: #FAFADA; }
a { background-color: rgb(250,250,218); }
div.DivClassName
{
background-color: #FAFADA;
}
.BgClassName
{
background-color: #FAFADA;
}
</style>
border-color css
<style>
span { border-color: #FAFADA; }
span { border-color: rgb(250,250,218); }
td.TdClassName
{
border-color: #FAFADA;
}
.TagClassName
{
border-color: #FAFADA;
}
</style>