Shades of Lavender Rose #FDB3F3
Tints of Lavender Rose #FDB3F3
RGB
CMYK
RGB Variations
Color information
#FDB3F3 (or 0xFDB3F3) is known color: Lavender Rose. HEX triplet: FD, B3 and F3. RGB value is (253,179,243). Sum of RGB (Red+Green+Blue) = 253+179+243=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 179 (70.31% from 255 or 26.52% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3F3 is #024C0C. Grayscale: #D0D0D0. Windows color (decimal): -150541 or 15971325. OLE color: 15971325.
HSL color Cylindrical-coordinate representation of color #FDB3F3: hue angle of 308.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3F3 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 179 | 243 | - |
CMYK | 0 | 0.29 | 0.04 | 0.01 |
HSL | 308.11º | 0.95% | 0.85% | - |
HSV(B) | 308.11º | 0.29% | 0.99% | - |
XYZ | 72.81 | 59.59 | 92.46 | - |
YUV | 208.42 | 147.52 | 159.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 179 | 243 | 0 | 0.29 | 0.04 | 0.01 | 308.11 | 0.95 | 0.85 |
Hex | FD | B3 | F3 | 0 | 1D | 4 | 1 | 134 | 5F | 55 |
Octal | 375 | 263 | 363 | 0 | 35 | 4 | 1 | 464 | 137 | 125 |
Binary | 11111101 | 10110011 | 11110011 | 0 | 11101 | 100 | 1 | 100110100 | 1011111 | 1010101 |
Color Harmonies of #FDB3F3
Complementary color
Monochromatic Colors of #FDB3F3
Black with #FDB3F3
Text Example
Text Example
White with #FDB3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3F3; }
p { color: rgb(253,179,243); }
H1.HeaderClassName
{
color: #FDB3F3;
}
.AnyTagClassName
{
color: #FDB3F3;
}
</style>
background-color css
<style>
a { background-color: #FDB3F3; }
a { background-color: rgb(253,179,243); }
div.DivClassName
{
background-color: #FDB3F3;
}
.BgClassName
{
background-color: #FDB3F3;
}
</style>
border-color css
<style>
span { border-color: #FDB3F3; }
span { border-color: rgb(253,179,243); }
td.TdClassName
{
border-color: #FDB3F3;
}
.TagClassName
{
border-color: #FDB3F3;
}
</style>