Shades of Lavender Blush #FCEFF8
Tints of Lavender Blush #FCEFF8
RGB
CMYK
RGB Variations
Color information
#FCEFF8 (or 0xFCEFF8) is known color: Lavender Blush. HEX triplet: FC, EF and F8. RGB value is (252,239,248). Sum of RGB (Red+Green+Blue) = 252+239+248=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF8 is #031007. Grayscale: #F3F3F3. Windows color (decimal): -200712 or 16314364. OLE color: 16314364.
HSL color Cylindrical-coordinate representation of color #FCEFF8: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFF8 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 248 | - |
CMYK | 0 | 0.05 | 0.02 | 0.01 |
HSL | 318.46º | 0.68% | 0.96% | - |
HSV(B) | 318.46º | 0.05% | 0.99% | - |
XYZ | 87.95 | 89.21 | 101.39 | - |
YUV | 243.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 248 | 0 | 0.05 | 0.02 | 0.01 | 318.46 | 0.68 | 0.96 |
Hex | FC | EF | F8 | 0 | 5 | 2 | 1 | 13E | 44 | 60 |
Octal | 374 | 357 | 370 | 0 | 5 | 2 | 1 | 476 | 104 | 140 |
Binary | 11111100 | 11101111 | 11111000 | 0 | 101 | 10 | 1 | 100111110 | 1000100 | 1100000 |
Color Harmonies of #FCEFF8
Complementary color
Monochromatic Colors of #FCEFF8
Black with #FCEFF8
Text Example
Text Example
White with #FCEFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFF8; }
p { color: rgb(252,239,248); }
H1.HeaderClassName
{
color: #FCEFF8;
}
.AnyTagClassName
{
color: #FCEFF8;
}
</style>
background-color css
<style>
a { background-color: #FCEFF8; }
a { background-color: rgb(252,239,248); }
div.DivClassName
{
background-color: #FCEFF8;
}
.BgClassName
{
background-color: #FCEFF8;
}
</style>
border-color css
<style>
span { border-color: #FCEFF8; }
span { border-color: rgb(252,239,248); }
td.TdClassName
{
border-color: #FCEFF8;
}
.TagClassName
{
border-color: #FCEFF8;
}
</style>