Shades of Lavender Rose #FCB8F0
Tints of Lavender Rose #FCB8F0
RGB
CMYK
RGB Variations
Color information
#FCB8F0 (or 0xFCB8F0) is known color: Lavender Rose. HEX triplet: FC, B8 and F0. RGB value is (252,184,240). Sum of RGB (Red+Green+Blue) = 252+184+240=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8F0 is #03470F. Grayscale: #D2D2D2. Windows color (decimal): -214800 or 15775996. OLE color: 15775996.
HSL color Cylindrical-coordinate representation of color #FCB8F0: hue angle of 310.59º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8F0 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 184 | 240 | - |
CMYK | 0 | 0.27 | 0.05 | 0.01 |
HSL | 310.59º | 0.92% | 0.85% | - |
HSV(B) | 310.59º | 0.27% | 0.99% | - |
XYZ | 73.01 | 61.27 | 90.42 | - |
YUV | 210.72 | 144.53 | 157.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 184 | 240 | 0 | 0.27 | 0.05 | 0.01 | 310.59 | 0.92 | 0.85 |
Hex | FC | B8 | F0 | 0 | 1B | 5 | 1 | 137 | 5C | 55 |
Octal | 374 | 270 | 360 | 0 | 33 | 5 | 1 | 467 | 134 | 125 |
Binary | 11111100 | 10111000 | 11110000 | 0 | 11011 | 101 | 1 | 100110111 | 1011100 | 1010101 |
Color Harmonies of #FCB8F0
Complementary color
Monochromatic Colors of #FCB8F0
Black with #FCB8F0
Text Example
Text Example
White with #FCB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8F0; }
p { color: rgb(252,184,240); }
H1.HeaderClassName
{
color: #FCB8F0;
}
.AnyTagClassName
{
color: #FCB8F0;
}
</style>
background-color css
<style>
a { background-color: #FCB8F0; }
a { background-color: rgb(252,184,240); }
div.DivClassName
{
background-color: #FCB8F0;
}
.BgClassName
{
background-color: #FCB8F0;
}
</style>
border-color css
<style>
span { border-color: #FCB8F0; }
span { border-color: rgb(252,184,240); }
td.TdClassName
{
border-color: #FCB8F0;
}
.TagClassName
{
border-color: #FCB8F0;
}
</style>