Shades of Lavender Rose #FDC4F2
Tints of Lavender Rose #FDC4F2
RGB
CMYK
RGB Variations
Color information
#FDC4F2 (or 0xFDC4F2) is known color: Lavender Rose. HEX triplet: FD, C4 and F2. RGB value is (253,196,242). Sum of RGB (Red+Green+Blue) = 253+196+242=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 196 (76.95% from 255 or 28.36% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4F2 is #023B0D. Grayscale: #DADADA. Windows color (decimal): -146190 or 15910141. OLE color: 15910141.
HSL color Cylindrical-coordinate representation of color #FDC4F2: hue angle of 311.58º 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 #FDC4F2 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 242 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.01 |
| HSL | 311.58º | 0.93% | 0.88% | - |
| HSV(B) | 311.58º | 0.23% | 0.99% | - |
| XYZ | 76.27 | 66.77 | 92.87 | - |
| YUV | 218.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 242 | 0 | 0.23 | 0.04 | 0.01 | 311.58 | 0.93 | 0.88 |
| Hex | FD | C4 | F2 | 0 | 17 | 4 | 1 | 138 | 5D | 58 |
| Octal | 375 | 304 | 362 | 0 | 27 | 4 | 1 | 470 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11110010 | 0 | 10111 | 100 | 1 | 100111000 | 1011101 | 1011000 |
Color Harmonies of #FDC4F2
Complementary color
Monochromatic Colors of #FDC4F2
Black with #FDC4F2
Text Example
Text Example
White with #FDC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4F2; }
p { color: rgb(253,196,242); }
H1.HeaderClassName
{
color: #FDC4F2;
}
.AnyTagClassName
{
color: #FDC4F2;
}
</style>
background-color css
<style>
a { background-color: #FDC4F2; }
a { background-color: rgb(253,196,242); }
div.DivClassName
{
background-color: #FDC4F2;
}
.BgClassName
{
background-color: #FDC4F2;
}
</style>
border-color css
<style>
span { border-color: #FDC4F2; }
span { border-color: rgb(253,196,242); }
td.TdClassName
{
border-color: #FDC4F2;
}
.TagClassName
{
border-color: #FDC4F2;
}
</style>