Shades of Lavender Rose #FCB9F2
Tints of Lavender Rose #FCB9F2
RGB
CMYK
RGB Variations
Color information
#FCB9F2 (or 0xFCB9F2) is known color: Lavender Rose. HEX triplet: FC, B9 and F2. RGB value is (252,185,242). Sum of RGB (Red+Green+Blue) = 252+185+242=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9F2 is #03460D. Grayscale: #D3D3D3. Windows color (decimal): -214542 or 15907324. OLE color: 15907324.
HSL color Cylindrical-coordinate representation of color #FCB9F2: hue angle of 308.96º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9F2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 185 | 242 | - |
CMYK | 0 | 0.27 | 0.04 | 0.01 |
HSL | 308.96º | 0.92% | 0.86% | - |
HSV(B) | 308.96º | 0.27% | 0.99% | - |
XYZ | 73.52 | 61.8 | 92.06 | - |
YUV | 211.53 | 145.2 | 156.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 185 | 242 | 0 | 0.27 | 0.04 | 0.01 | 308.96 | 0.92 | 0.86 |
Hex | FC | B9 | F2 | 0 | 1B | 4 | 1 | 135 | 5C | 56 |
Octal | 374 | 271 | 362 | 0 | 33 | 4 | 1 | 465 | 134 | 126 |
Binary | 11111100 | 10111001 | 11110010 | 0 | 11011 | 100 | 1 | 100110101 | 1011100 | 1010110 |
Color Harmonies of #FCB9F2
Complementary color
Monochromatic Colors of #FCB9F2
Black with #FCB9F2
Text Example
Text Example
White with #FCB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9F2; }
p { color: rgb(252,185,242); }
H1.HeaderClassName
{
color: #FCB9F2;
}
.AnyTagClassName
{
color: #FCB9F2;
}
</style>
background-color css
<style>
a { background-color: #FCB9F2; }
a { background-color: rgb(252,185,242); }
div.DivClassName
{
background-color: #FCB9F2;
}
.BgClassName
{
background-color: #FCB9F2;
}
</style>
border-color css
<style>
span { border-color: #FCB9F2; }
span { border-color: rgb(252,185,242); }
td.TdClassName
{
border-color: #FCB9F2;
}
.TagClassName
{
border-color: #FCB9F2;
}
</style>