Shades of Lavender Rose #FDB8F3
Tints of Lavender Rose #FDB8F3
RGB
CMYK
RGB Variations
Color information
#FDB8F3 (or 0xFDB8F3) is known color: Lavender Rose. HEX triplet: FD, B8 and F3. RGB value is (253,184,243). Sum of RGB (Red+Green+Blue) = 253+184+243=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F3 is #02470C. Grayscale: #D3D3D3. Windows color (decimal): -149261 or 15972605. OLE color: 15972605.
HSL color Cylindrical-coordinate representation of color #FDB8F3: hue angle of 308.7º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8F3 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 184 | 243 | - |
CMYK | 0 | 0.27 | 0.04 | 0.01 |
HSL | 308.7º | 0.95% | 0.86% | - |
HSV(B) | 308.7º | 0.27% | 0.99% | - |
XYZ | 73.83 | 61.63 | 92.8 | - |
YUV | 211.36 | 145.86 | 157.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 184 | 243 | 0 | 0.27 | 0.04 | 0.01 | 308.7 | 0.95 | 0.86 |
Hex | FD | B8 | F3 | 0 | 1B | 4 | 1 | 135 | 5F | 56 |
Octal | 375 | 270 | 363 | 0 | 33 | 4 | 1 | 465 | 137 | 126 |
Binary | 11111101 | 10111000 | 11110011 | 0 | 11011 | 100 | 1 | 100110101 | 1011111 | 1010110 |
Color Harmonies of #FDB8F3
Complementary color
Monochromatic Colors of #FDB8F3
Black with #FDB8F3
Text Example
Text Example
White with #FDB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8F3; }
p { color: rgb(253,184,243); }
H1.HeaderClassName
{
color: #FDB8F3;
}
.AnyTagClassName
{
color: #FDB8F3;
}
</style>
background-color css
<style>
a { background-color: #FDB8F3; }
a { background-color: rgb(253,184,243); }
div.DivClassName
{
background-color: #FDB8F3;
}
.BgClassName
{
background-color: #FDB8F3;
}
</style>
border-color css
<style>
span { border-color: #FDB8F3; }
span { border-color: rgb(253,184,243); }
td.TdClassName
{
border-color: #FDB8F3;
}
.TagClassName
{
border-color: #FDB8F3;
}
</style>