Shades of Lavender Blush #FEFBFC
Tints of Lavender Blush #FEFBFC
RGB
CMYK
RGB Variations
Color information
#FEFBFC (or 0xFEFBFC) is known color: Lavender Blush. HEX triplet: FE, FB and FC. RGB value is (254,251,252). Sum of RGB (Red+Green+Blue) = 254+251+252=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 251 (98.44% from 255 or 33.16% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFC is #010403. Grayscale: #FCFCFC. Windows color (decimal): -66564 or 16579582. OLE color: 16579582.
HSL color Cylindrical-coordinate representation of color #FEFBFC: hue angle of 340º degrees, saturation: 0.6, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFBFC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 251 | 252 | - |
CMYK | 0 | 0.01 | 0.01 | 0.00 |
HSL | 340º | 0.6% | 0.99% | - |
HSV(B) | 340º | 0.01% | 1% | - |
XYZ | 92.94 | 97.09 | 105.94 | - |
YUV | 252.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 251 | 252 | 0 | 0.01 | 0.01 | 0.00 | 340 | 0.6 | 0.99 |
Hex | FE | FB | FC | 0 | 1 | 1 | 0 | 154 | 3C | 63 |
Octal | 376 | 373 | 374 | 0 | 1 | 1 | 0 | 524 | 74 | 143 |
Binary | 11111110 | 11111011 | 11111100 | 0 | 1 | 1 | 0 | 101010100 | 111100 | 1100011 |
Color Harmonies of #FEFBFC
Complementary color
Monochromatic Colors of #FEFBFC
Black with #FEFBFC
Text Example
Text Example
White with #FEFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBFC; }
p { color: rgb(254,251,252); }
H1.HeaderClassName
{
color: #FEFBFC;
}
.AnyTagClassName
{
color: #FEFBFC;
}
</style>
background-color css
<style>
a { background-color: #FEFBFC; }
a { background-color: rgb(254,251,252); }
div.DivClassName
{
background-color: #FEFBFC;
}
.BgClassName
{
background-color: #FEFBFC;
}
</style>
border-color css
<style>
span { border-color: #FEFBFC; }
span { border-color: rgb(254,251,252); }
td.TdClassName
{
border-color: #FEFBFC;
}
.TagClassName
{
border-color: #FEFBFC;
}
</style>