Shades of Lavender Blush #FFEDF2
Tints of Lavender Blush #FFEDF2
RGB
CMYK
RGB Variations
Color information
#FFEDF2 (or 0xFFEDF2) is known color: Lavender Blush. HEX triplet: FF, ED and F2. RGB value is (255,237,242). Sum of RGB (Red+Green+Blue) = 255+237+242=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF2 is #00120D. Grayscale: #F2F2F2. Windows color (decimal): -4622 or 15920639. OLE color: 15920639.
HSL color Cylindrical-coordinate representation of color #FFEDF2: hue angle of 343.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDF2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 242 | - |
CMYK | 0 | 0.07 | 0.05 | 0 |
HSL | 343.33º | 1% | 0.96% | - |
HSV(B) | 343.33º | 0.07% | 1% | - |
XYZ | 87.55 | 88.24 | 96.42 | - |
YUV | 242.95 | 127.46 | 136.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 242 | 0 | 0.07 | 0.05 | 0 | 343.33 | 1 | 0.96 |
Hex | FF | ED | F2 | 0 | 7 | 5 | 0 | 157 | 64 | 60 |
Octal | 377 | 355 | 362 | 0 | 7 | 5 | 0 | 527 | 144 | 140 |
Binary | 11111111 | 11101101 | 11110010 | 0 | 111 | 101 | 0 | 101010111 | 1100100 | 1100000 |
Color Harmonies of #FFEDF2
Complementary color
Monochromatic Colors of #FFEDF2
Black with #FFEDF2
Text Example
Text Example
White with #FFEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDF2; }
p { color: rgb(255,237,242); }
H1.HeaderClassName
{
color: #FFEDF2;
}
.AnyTagClassName
{
color: #FFEDF2;
}
</style>
background-color css
<style>
a { background-color: #FFEDF2; }
a { background-color: rgb(255,237,242); }
div.DivClassName
{
background-color: #FFEDF2;
}
.BgClassName
{
background-color: #FFEDF2;
}
</style>
border-color css
<style>
span { border-color: #FFEDF2; }
span { border-color: rgb(255,237,242); }
td.TdClassName
{
border-color: #FFEDF2;
}
.TagClassName
{
border-color: #FFEDF2;
}
</style>