Shades of Lavender Blush #FFEDFB
Tints of Lavender Blush #FFEDFB
RGB
CMYK
RGB Variations
Color information
#FFEDFB (or 0xFFEDFB) is known color: Lavender Blush. HEX triplet: FF, ED and FB. RGB value is (255,237,251). Sum of RGB (Red+Green+Blue) = 255+237+251=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 237 (92.97% from 255 or 31.90% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFB is #001204. Grayscale: #F3F3F3. Windows color (decimal): -4613 or 16510463. OLE color: 16510463.
HSL color Cylindrical-coordinate representation of color #FFEDFB: hue angle of 313.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 #FFEDFB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 251 | - |
CMYK | 0 | 0.07 | 0.02 | 0 |
HSL | 313.33º | 1% | 0.96% | - |
HSV(B) | 313.33º | 0.07% | 1% | - |
XYZ | 88.94 | 88.79 | 103.72 | - |
YUV | 243.98 | 131.96 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 251 | 0 | 0.07 | 0.02 | 0 | 313.33 | 1 | 0.96 |
Hex | FF | ED | FB | 0 | 7 | 2 | 0 | 139 | 64 | 60 |
Octal | 377 | 355 | 373 | 0 | 7 | 2 | 0 | 471 | 144 | 140 |
Binary | 11111111 | 11101101 | 11111011 | 0 | 111 | 10 | 0 | 100111001 | 1100100 | 1100000 |
Color Harmonies of #FFEDFB
Complementary color
Monochromatic Colors of #FFEDFB
Black with #FFEDFB
Text Example
Text Example
White with #FFEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDFB; }
p { color: rgb(255,237,251); }
H1.HeaderClassName
{
color: #FFEDFB;
}
.AnyTagClassName
{
color: #FFEDFB;
}
</style>
background-color css
<style>
a { background-color: #FFEDFB; }
a { background-color: rgb(255,237,251); }
div.DivClassName
{
background-color: #FFEDFB;
}
.BgClassName
{
background-color: #FFEDFB;
}
</style>
border-color css
<style>
span { border-color: #FFEDFB; }
span { border-color: rgb(255,237,251); }
td.TdClassName
{
border-color: #FFEDFB;
}
.TagClassName
{
border-color: #FFEDFB;
}
</style>