Shades of Lavender Rose #FCB2F2
Tints of Lavender Rose #FCB2F2
RGB
CMYK
RGB Variations
Color information
#FCB2F2 (or 0xFCB2F2) is known color: Lavender Rose. HEX triplet: FC, B2 and F2. RGB value is (252,178,242). Sum of RGB (Red+Green+Blue) = 252+178+242=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2F2 is #034D0D. Grayscale: #CFCFCF. Windows color (decimal): -216334 or 15905532. OLE color: 15905532.
HSL color Cylindrical-coordinate representation of color #FCB2F2: hue angle of 308.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2F2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 242 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.01 |
| HSL | 308.11º | 0.93% | 0.84% | - |
| HSV(B) | 308.11º | 0.29% | 0.99% | - |
| XYZ | 72.09 | 58.95 | 91.58 | - |
| YUV | 207.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 242 | 0 | 0.29 | 0.04 | 0.01 | 308.11 | 0.93 | 0.84 |
| Hex | FC | B2 | F2 | 0 | 1D | 4 | 1 | 134 | 5C | 54 |
| Octal | 374 | 262 | 362 | 0 | 35 | 4 | 1 | 464 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11110010 | 0 | 11101 | 100 | 1 | 100110100 | 1011100 | 1010100 |
Color Harmonies of #FCB2F2
Complementary color
Monochromatic Colors of #FCB2F2
Black with #FCB2F2
Text Example
Text Example
White with #FCB2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2F2; }
p { color: rgb(252,178,242); }
H1.HeaderClassName
{
color: #FCB2F2;
}
.AnyTagClassName
{
color: #FCB2F2;
}
</style>
background-color css
<style>
a { background-color: #FCB2F2; }
a { background-color: rgb(252,178,242); }
div.DivClassName
{
background-color: #FCB2F2;
}
.BgClassName
{
background-color: #FCB2F2;
}
</style>
border-color css
<style>
span { border-color: #FCB2F2; }
span { border-color: rgb(252,178,242); }
td.TdClassName
{
border-color: #FCB2F2;
}
.TagClassName
{
border-color: #FCB2F2;
}
</style>