Shades of Lavender Blush #FFE6F2
Tints of Lavender Blush #FFE6F2
RGB
CMYK
RGB Variations
Color information
#FFE6F2 (or 0xFFE6F2) is known color: Lavender Blush. HEX triplet: FF, E6 and F2. RGB value is (255,230,242). Sum of RGB (Red+Green+Blue) = 255+230+242=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 230 (90.23% from 255 or 31.64% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F2 is #00190D. Grayscale: #EEEEEE. Windows color (decimal): -6414 or 15918847. OLE color: 15918847.
HSL color Cylindrical-coordinate representation of color #FFE6F2: hue angle of 331.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE6F2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 242 | - |
| CMYK | 0 | 0.10 | 0.05 | 0 |
| HSL | 331.2º | 1% | 0.95% | - |
| HSV(B) | 331.2º | 0.1% | 1% | - |
| XYZ | 85.56 | 84.26 | 95.76 | - |
| YUV | 238.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 242 | 0 | 0.10 | 0.05 | 0 | 331.2 | 1 | 0.95 |
| Hex | FF | E6 | F2 | 0 | A | 5 | 0 | 14B | 64 | 5F |
| Octal | 377 | 346 | 362 | 0 | 12 | 5 | 0 | 513 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11110010 | 0 | 1010 | 101 | 0 | 101001011 | 1100100 | 1011111 |
Color Harmonies of #FFE6F2
Complementary color
Monochromatic Colors of #FFE6F2
Black with #FFE6F2
Text Example
Text Example
White with #FFE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6F2; }
p { color: rgb(255,230,242); }
H1.HeaderClassName
{
color: #FFE6F2;
}
.AnyTagClassName
{
color: #FFE6F2;
}
</style>
background-color css
<style>
a { background-color: #FFE6F2; }
a { background-color: rgb(255,230,242); }
div.DivClassName
{
background-color: #FFE6F2;
}
.BgClassName
{
background-color: #FFE6F2;
}
</style>
border-color css
<style>
span { border-color: #FFE6F2; }
span { border-color: rgb(255,230,242); }
td.TdClassName
{
border-color: #FFE6F2;
}
.TagClassName
{
border-color: #FFE6F2;
}
</style>