Shades of Lavender Blush #FFFCFE
Tints of Lavender Blush #FFFCFE
RGB
CMYK
RGB Variations
Color information
#FFFCFE (or 0xFFFCFE) is known color: Lavender Blush. HEX triplet: FF, FC and FE. RGB value is (255,252,254). Sum of RGB (Red+Green+Blue) = 255+252+254=761 (100% of max value = 765). Red value is 255 (100% from 255 or 33.51% from 761); Green value is 252 (98.83% from 255 or 33.11% from 761); Blue value is 254 (99.61% from 255 or 33.38% from 761); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCFE is #000301. Grayscale: #FDFDFD. Windows color (decimal): -770 or 16710911. OLE color: 16710911.
HSL color Cylindrical-coordinate representation of color #FFFCFE: hue angle of 320º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFCFE is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 254 | - |
CMYK | 0 | 0.01 | 0.00 | 0 |
HSL | 320º | 1% | 0.99% | - |
HSV(B) | 320º | 0.01% | 1% | - |
XYZ | 93.94 | 98.04 | 107.74 | - |
YUV | 253.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 254 | 0 | 0.01 | 0.00 | 0 | 320 | 1 | 0.99 |
Hex | FF | FC | FE | 0 | 1 | 0 | 0 | 140 | 64 | 63 |
Octal | 377 | 374 | 376 | 0 | 1 | 0 | 0 | 500 | 144 | 143 |
Binary | 11111111 | 11111100 | 11111110 | 0 | 1 | 0 | 0 | 101000000 | 1100100 | 1100011 |
Color Harmonies of #FFFCFE
Complementary color
Monochromatic Colors of #FFFCFE
Black with #FFFCFE
Text Example
Text Example
White with #FFFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCFE; }
p { color: rgb(255,252,254); }
H1.HeaderClassName
{
color: #FFFCFE;
}
.AnyTagClassName
{
color: #FFFCFE;
}
</style>
background-color css
<style>
a { background-color: #FFFCFE; }
a { background-color: rgb(255,252,254); }
div.DivClassName
{
background-color: #FFFCFE;
}
.BgClassName
{
background-color: #FFFCFE;
}
</style>
border-color css
<style>
span { border-color: #FFFCFE; }
span { border-color: rgb(255,252,254); }
td.TdClassName
{
border-color: #FFFCFE;
}
.TagClassName
{
border-color: #FFFCFE;
}
</style>