Shades of Lavender Blush #FFFCFD
Tints of Lavender Blush #FFFCFD
RGB
CMYK
RGB Variations
Color information
#FFFCFD (or 0xFFFCFD) is known color: Lavender Blush. HEX triplet: FF, FC and FD. RGB value is (255,252,253). Sum of RGB (Red+Green+Blue) = 255+252+253=760 (100% of max value = 765). Red value is 255 (100% from 255 or 33.55% from 760); Green value is 252 (98.83% from 255 or 33.16% from 760); Blue value is 253 (99.22% from 255 or 33.29% from 760); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCFD is #000302. Grayscale: #FDFDFD. Windows color (decimal): -771 or 16645375. OLE color: 16645375.
HSL color Cylindrical-coordinate representation of color #FFFCFD: hue angle of 340º 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 #FFFCFD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 253 | - |
CMYK | 0 | 0.01 | 0.01 | 0 |
HSL | 340º | 1% | 0.99% | - |
HSV(B) | 340º | 0.01% | 1% | - |
XYZ | 93.78 | 97.97 | 106.9 | - |
YUV | 253.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 253 | 0 | 0.01 | 0.01 | 0 | 340 | 1 | 0.99 |
Hex | FF | FC | FD | 0 | 1 | 1 | 0 | 154 | 64 | 63 |
Octal | 377 | 374 | 375 | 0 | 1 | 1 | 0 | 524 | 144 | 143 |
Binary | 11111111 | 11111100 | 11111101 | 0 | 1 | 1 | 0 | 101010100 | 1100100 | 1100011 |
Color Harmonies of #FFFCFD
Complementary color
Monochromatic Colors of #FFFCFD
Black with #FFFCFD
Text Example
Text Example
White with #FFFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCFD; }
p { color: rgb(255,252,253); }
H1.HeaderClassName
{
color: #FFFCFD;
}
.AnyTagClassName
{
color: #FFFCFD;
}
</style>
background-color css
<style>
a { background-color: #FFFCFD; }
a { background-color: rgb(255,252,253); }
div.DivClassName
{
background-color: #FFFCFD;
}
.BgClassName
{
background-color: #FFFCFD;
}
</style>
border-color css
<style>
span { border-color: #FFFCFD; }
span { border-color: rgb(255,252,253); }
td.TdClassName
{
border-color: #FFFCFD;
}
.TagClassName
{
border-color: #FFFCFD;
}
</style>