Shades of Lavender Blush #FFF2FC
Tints of Lavender Blush #FFF2FC
RGB
CMYK
RGB Variations
Color information
#FFF2FC (or 0xFFF2FC) is known color: Lavender Blush. HEX triplet: FF, F2 and FC. RGB value is (255,242,252). Sum of RGB (Red+Green+Blue) = 255+242+252=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2FC is #000D03. Grayscale: #F7F7F7. Windows color (decimal): -3332 or 16577279. OLE color: 16577279.
HSL color Cylindrical-coordinate representation of color #FFF2FC: hue angle of 313.85º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF2FC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 252 | - |
| CMYK | 0 | 0.05 | 0.01 | 0 |
| HSL | 313.85º | 1% | 0.97% | - |
| HSV(B) | 313.85º | 0.05% | 1% | - |
| XYZ | 90.56 | 91.79 | 105.04 | - |
| YUV | 247.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 252 | 0 | 0.05 | 0.01 | 0 | 313.85 | 1 | 0.97 |
| Hex | FF | F2 | FC | 0 | 5 | 1 | 0 | 13A | 64 | 61 |
| Octal | 377 | 362 | 374 | 0 | 5 | 1 | 0 | 472 | 144 | 141 |
| Binary | 11111111 | 11110010 | 11111100 | 0 | 101 | 1 | 0 | 100111010 | 1100100 | 1100001 |
Color Harmonies of #FFF2FC
Complementary color
Monochromatic Colors of #FFF2FC
Black with #FFF2FC
Text Example
Text Example
White with #FFF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2FC; }
p { color: rgb(255,242,252); }
H1.HeaderClassName
{
color: #FFF2FC;
}
.AnyTagClassName
{
color: #FFF2FC;
}
</style>
background-color css
<style>
a { background-color: #FFF2FC; }
a { background-color: rgb(255,242,252); }
div.DivClassName
{
background-color: #FFF2FC;
}
.BgClassName
{
background-color: #FFF2FC;
}
</style>
border-color css
<style>
span { border-color: #FFF2FC; }
span { border-color: rgb(255,242,252); }
td.TdClassName
{
border-color: #FFF2FC;
}
.TagClassName
{
border-color: #FFF2FC;
}
</style>