Shades of Lavender Blush #FFFAFC
Tints of Lavender Blush #FFFAFC
RGB
CMYK
RGB Variations
Color information
#FFFAFC (or 0xFFFAFC) is known color: Lavender Blush. HEX triplet: FF, FA and FC. RGB value is (255,250,252). Sum of RGB (Red+Green+Blue) = 255+250+252=757 (100% of max value = 765). Red value is 255 (100% from 255 or 33.69% from 757); Green value is 250 (98.05% from 255 or 33.03% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAFC is #000503. Grayscale: #FBFBFB. Windows color (decimal): -1284 or 16579327. OLE color: 16579327.
HSL color Cylindrical-coordinate representation of color #FFFAFC: hue angle of 336º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFAFC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 252 | - |
CMYK | 0 | 0.02 | 0.01 | 0 |
HSL | 336º | 1% | 0.99% | - |
HSV(B) | 336º | 0.02% | 1% | - |
XYZ | 93 | 96.66 | 105.85 | - |
YUV | 251.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 252 | 0 | 0.02 | 0.01 | 0 | 336 | 1 | 0.99 |
Hex | FF | FA | FC | 0 | 2 | 1 | 0 | 150 | 64 | 63 |
Octal | 377 | 372 | 374 | 0 | 2 | 1 | 0 | 520 | 144 | 143 |
Binary | 11111111 | 11111010 | 11111100 | 0 | 10 | 1 | 0 | 101010000 | 1100100 | 1100011 |
Color Harmonies of #FFFAFC
Complementary color
Monochromatic Colors of #FFFAFC
Black with #FFFAFC
Text Example
Text Example
White with #FFFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAFC; }
p { color: rgb(255,250,252); }
H1.HeaderClassName
{
color: #FFFAFC;
}
.AnyTagClassName
{
color: #FFFAFC;
}
</style>
background-color css
<style>
a { background-color: #FFFAFC; }
a { background-color: rgb(255,250,252); }
div.DivClassName
{
background-color: #FFFAFC;
}
.BgClassName
{
background-color: #FFFAFC;
}
</style>
border-color css
<style>
span { border-color: #FFFAFC; }
span { border-color: rgb(255,250,252); }
td.TdClassName
{
border-color: #FFFAFC;
}
.TagClassName
{
border-color: #FFFAFC;
}
</style>