Shades of Lavender Blush #FFF2FD
Tints of Lavender Blush #FFF2FD
RGB
CMYK
RGB Variations
Color information
#FFF2FD (or 0xFFF2FD) is known color: Lavender Blush. HEX triplet: FF, F2 and FD. RGB value is (255,242,253). Sum of RGB (Red+Green+Blue) = 255+242+253=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 242 (94.92% from 255 or 32.27% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2FD is #000D02. Grayscale: #F7F7F7. Windows color (decimal): -3331 or 16642815. OLE color: 16642815.
HSL color Cylindrical-coordinate representation of color #FFF2FD: hue angle of 309.23º 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 #FFF2FD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 253 | - |
| CMYK | 0 | 0.05 | 0.01 | 0 |
| HSL | 309.23º | 1% | 0.97% | - |
| HSV(B) | 309.23º | 0.05% | 1% | - |
| XYZ | 90.72 | 91.86 | 105.88 | - |
| YUV | 247.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 253 | 0 | 0.05 | 0.01 | 0 | 309.23 | 1 | 0.97 |
| Hex | FF | F2 | FD | 0 | 5 | 1 | 0 | 135 | 64 | 61 |
| Octal | 377 | 362 | 375 | 0 | 5 | 1 | 0 | 465 | 144 | 141 |
| Binary | 11111111 | 11110010 | 11111101 | 0 | 101 | 1 | 0 | 100110101 | 1100100 | 1100001 |
Color Harmonies of #FFF2FD
Complementary color
Monochromatic Colors of #FFF2FD
Black with #FFF2FD
Text Example
Text Example
White with #FFF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2FD; }
p { color: rgb(255,242,253); }
H1.HeaderClassName
{
color: #FFF2FD;
}
.AnyTagClassName
{
color: #FFF2FD;
}
</style>
background-color css
<style>
a { background-color: #FFF2FD; }
a { background-color: rgb(255,242,253); }
div.DivClassName
{
background-color: #FFF2FD;
}
.BgClassName
{
background-color: #FFF2FD;
}
</style>
border-color css
<style>
span { border-color: #FFF2FD; }
span { border-color: rgb(255,242,253); }
td.TdClassName
{
border-color: #FFF2FD;
}
.TagClassName
{
border-color: #FFF2FD;
}
</style>