Shades of Lavender Rose #FDC4F3
Tints of Lavender Rose #FDC4F3
RGB
CMYK
RGB Variations
Color information
#FDC4F3 (or 0xFDC4F3) is known color: Lavender Rose. HEX triplet: FD, C4 and F3. RGB value is (253,196,243). Sum of RGB (Red+Green+Blue) = 253+196+243=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 196 (76.95% from 255 or 28.32% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4F3 is #023B0C. Grayscale: #DADADA. Windows color (decimal): -146189 or 15975677. OLE color: 15975677.
HSL color Cylindrical-coordinate representation of color #FDC4F3: hue angle of 310.53º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4F3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 243 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.01 |
| HSL | 310.53º | 0.93% | 0.88% | - |
| HSV(B) | 310.53º | 0.23% | 0.99% | - |
| XYZ | 76.43 | 66.83 | 93.67 | - |
| YUV | 218.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 243 | 0 | 0.23 | 0.04 | 0.01 | 310.53 | 0.93 | 0.88 |
| Hex | FD | C4 | F3 | 0 | 17 | 4 | 1 | 137 | 5D | 58 |
| Octal | 375 | 304 | 363 | 0 | 27 | 4 | 1 | 467 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11110011 | 0 | 10111 | 100 | 1 | 100110111 | 1011101 | 1011000 |
Color Harmonies of #FDC4F3
Complementary color
Monochromatic Colors of #FDC4F3
Black with #FDC4F3
Text Example
Text Example
White with #FDC4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4F3; }
p { color: rgb(253,196,243); }
H1.HeaderClassName
{
color: #FDC4F3;
}
.AnyTagClassName
{
color: #FDC4F3;
}
</style>
background-color css
<style>
a { background-color: #FDC4F3; }
a { background-color: rgb(253,196,243); }
div.DivClassName
{
background-color: #FDC4F3;
}
.BgClassName
{
background-color: #FDC4F3;
}
</style>
border-color css
<style>
span { border-color: #FDC4F3; }
span { border-color: rgb(253,196,243); }
td.TdClassName
{
border-color: #FDC4F3;
}
.TagClassName
{
border-color: #FDC4F3;
}
</style>