Shades of Lavender Rose #FCB9FD
Tints of Lavender Rose #FCB9FD
RGB
CMYK
RGB Variations
Color information
#FCB9FD (or 0xFCB9FD) is known color: Lavender Rose. HEX triplet: FC, B9 and FD. RGB value is (252,185,253). Sum of RGB (Red+Green+Blue) = 252+185+253=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 185 (72.66% from 255 or 26.81% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FD is #034602. Grayscale: #D4D4D4. Windows color (decimal): -214531 or 16628220. OLE color: 16628220.
HSL color Cylindrical-coordinate representation of color #FCB9FD: hue angle of 299.12º degrees, saturation: 0.94, 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 #FCB9FD is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 185 | 253 | - |
CMYK | 0.00 | 0.27 | 0 | 0.01 |
HSL | 299.12º | 0.94% | 0.86% | - |
HSV(B) | 299.12º | 0.27% | 0.99% | - |
XYZ | 75.22 | 62.49 | 101.02 | - |
YUV | 212.79 | 150.7 | 155.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 185 | 253 | 0.00 | 0.27 | 0 | 0.01 | 299.12 | 0.94 | 0.86 |
Hex | FC | B9 | FD | 0 | 1B | 0 | 1 | 12B | 5E | 56 |
Octal | 374 | 271 | 375 | 0 | 33 | 0 | 1 | 453 | 136 | 126 |
Binary | 11111100 | 10111001 | 11111101 | 0 | 11011 | 0 | 1 | 100101011 | 1011110 | 1010110 |
Color Harmonies of #FCB9FD
Complementary color
Monochromatic Colors of #FCB9FD
Black with #FCB9FD
Text Example
Text Example
White with #FCB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9FD; }
p { color: rgb(252,185,253); }
H1.HeaderClassName
{
color: #FCB9FD;
}
.AnyTagClassName
{
color: #FCB9FD;
}
</style>
background-color css
<style>
a { background-color: #FCB9FD; }
a { background-color: rgb(252,185,253); }
div.DivClassName
{
background-color: #FCB9FD;
}
.BgClassName
{
background-color: #FCB9FD;
}
</style>
border-color css
<style>
span { border-color: #FCB9FD; }
span { border-color: rgb(252,185,253); }
td.TdClassName
{
border-color: #FCB9FD;
}
.TagClassName
{
border-color: #FCB9FD;
}
</style>