Shades of Lavender Rose #FCB0FD
Tints of Lavender Rose #FCB0FD
RGB
CMYK
RGB Variations
Color information
#FCB0FD (or 0xFCB0FD) is known color: Lavender Rose. HEX triplet: FC, B0 and FD. RGB value is (252,176,253). Sum of RGB (Red+Green+Blue) = 252+176+253=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 176 (69.14% from 255 or 25.84% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FD is #034F02. Grayscale: #CFCFCF. Windows color (decimal): -216835 or 16625916. OLE color: 16625916.
HSL color Cylindrical-coordinate representation of color #FCB0FD: hue angle of 299.22º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0FD is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 176 | 253 | - |
CMYK | 0.00 | 0.30 | 0 | 0.01 |
HSL | 299.22º | 0.95% | 0.84% | - |
HSV(B) | 299.22º | 0.3% | 0.99% | - |
XYZ | 73.4 | 58.84 | 100.42 | - |
YUV | 207.5 | 153.68 | 159.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 176 | 253 | 0.00 | 0.30 | 0 | 0.01 | 299.22 | 0.95 | 0.84 |
Hex | FC | B0 | FD | 0 | 1E | 0 | 1 | 12B | 5F | 54 |
Octal | 374 | 260 | 375 | 0 | 36 | 0 | 1 | 453 | 137 | 124 |
Binary | 11111100 | 10110000 | 11111101 | 0 | 11110 | 0 | 1 | 100101011 | 1011111 | 1010100 |
Color Harmonies of #FCB0FD
Complementary color
Monochromatic Colors of #FCB0FD
Black with #FCB0FD
Text Example
Text Example
White with #FCB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0FD; }
p { color: rgb(252,176,253); }
H1.HeaderClassName
{
color: #FCB0FD;
}
.AnyTagClassName
{
color: #FCB0FD;
}
</style>
background-color css
<style>
a { background-color: #FCB0FD; }
a { background-color: rgb(252,176,253); }
div.DivClassName
{
background-color: #FCB0FD;
}
.BgClassName
{
background-color: #FCB0FD;
}
</style>
border-color css
<style>
span { border-color: #FCB0FD; }
span { border-color: rgb(252,176,253); }
td.TdClassName
{
border-color: #FCB0FD;
}
.TagClassName
{
border-color: #FCB0FD;
}
</style>