Shades of Lavender Blush #FCEDF5
Tints of Lavender Blush #FCEDF5
RGB
CMYK
RGB Variations
Color information
#FCEDF5 (or 0xFCEDF5) is known color: Lavender Blush. HEX triplet: FC, ED and F5. RGB value is (252,237,245). Sum of RGB (Red+Green+Blue) = 252+237+245=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDF5 is #03120A. Grayscale: #F2F2F2. Windows color (decimal): -201227 or 16117244. OLE color: 16117244.
HSL color Cylindrical-coordinate representation of color #FCEDF5: hue angle of 328º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDF5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 245 | - |
CMYK | 0 | 0.06 | 0.03 | 0.01 |
HSL | 328º | 0.71% | 0.96% | - |
HSV(B) | 328º | 0.06% | 0.99% | - |
XYZ | 86.91 | 87.86 | 98.76 | - |
YUV | 242.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 245 | 0 | 0.06 | 0.03 | 0.01 | 328 | 0.71 | 0.96 |
Hex | FC | ED | F5 | 0 | 6 | 3 | 1 | 148 | 47 | 60 |
Octal | 374 | 355 | 365 | 0 | 6 | 3 | 1 | 510 | 107 | 140 |
Binary | 11111100 | 11101101 | 11110101 | 0 | 110 | 11 | 1 | 101001000 | 1000111 | 1100000 |
Color Harmonies of #FCEDF5
Complementary color
Monochromatic Colors of #FCEDF5
Black with #FCEDF5
Text Example
Text Example
White with #FCEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDF5; }
p { color: rgb(252,237,245); }
H1.HeaderClassName
{
color: #FCEDF5;
}
.AnyTagClassName
{
color: #FCEDF5;
}
</style>
background-color css
<style>
a { background-color: #FCEDF5; }
a { background-color: rgb(252,237,245); }
div.DivClassName
{
background-color: #FCEDF5;
}
.BgClassName
{
background-color: #FCEDF5;
}
</style>
border-color css
<style>
span { border-color: #FCEDF5; }
span { border-color: rgb(252,237,245); }
td.TdClassName
{
border-color: #FCEDF5;
}
.TagClassName
{
border-color: #FCEDF5;
}
</style>