Shades of Lavender Blush #FFFBFC
Tints of Lavender Blush #FFFBFC
RGB
CMYK
RGB Variations
Color information
#FFFBFC (or 0xFFFBFC) is known color: Lavender Blush. HEX triplet: FF, FB and FC. RGB value is (255,251,252). Sum of RGB (Red+Green+Blue) = 255+251+252=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 251 (98.44% from 255 or 33.11% from 758); Blue value is 252 (98.83% from 255 or 33.25% from 758); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFBFC is #000403. Grayscale: #FCFCFC. Windows color (decimal): -1028 or 16579583. OLE color: 16579583.
HSL color Cylindrical-coordinate representation of color #FFFBFC: hue angle of 345º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFBFC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 252 | - |
| CMYK | 0 | 0.02 | 0.01 | 0 |
| HSL | 345º | 1% | 0.99% | - |
| HSV(B) | 345º | 0.02% | 1% | - |
| XYZ | 93.31 | 97.28 | 105.96 | - |
| YUV | 252.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 252 | 0 | 0.02 | 0.01 | 0 | 345 | 1 | 0.99 |
| Hex | FF | FB | FC | 0 | 2 | 1 | 0 | 159 | 64 | 63 |
| Octal | 377 | 373 | 374 | 0 | 2 | 1 | 0 | 531 | 144 | 143 |
| Binary | 11111111 | 11111011 | 11111100 | 0 | 10 | 1 | 0 | 101011001 | 1100100 | 1100011 |
Color Harmonies of #FFFBFC
Complementary color
Monochromatic Colors of #FFFBFC
Black with #FFFBFC
Text Example
Text Example
White with #FFFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBFC; }
p { color: rgb(255,251,252); }
H1.HeaderClassName
{
color: #FFFBFC;
}
.AnyTagClassName
{
color: #FFFBFC;
}
</style>
background-color css
<style>
a { background-color: #FFFBFC; }
a { background-color: rgb(255,251,252); }
div.DivClassName
{
background-color: #FFFBFC;
}
.BgClassName
{
background-color: #FFFBFC;
}
</style>
border-color css
<style>
span { border-color: #FFFBFC; }
span { border-color: rgb(255,251,252); }
td.TdClassName
{
border-color: #FFFBFC;
}
.TagClassName
{
border-color: #FFFBFC;
}
</style>