Shades of Lavender Pink #F5AECB
Tints of Lavender Pink #F5AECB
RGB
CMYK
RGB Variations
Color information
#F5AECB (or 0xF5AECB) is known color: Lavender Pink. HEX triplet: F5, AE and CB. RGB value is (245,174,203). Sum of RGB (Red+Green+Blue) = 245+174+203=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AECB is #0A5134. Grayscale: #C6C6C6. Windows color (decimal): -676149 or 13348597. OLE color: 13348597.
HSL color Cylindrical-coordinate representation of color #F5AECB: hue angle of 335.49º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AECB is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 203 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.04 |
| HSL | 335.49º | 0.78% | 0.82% | - |
| HSV(B) | 335.49º | 0.29% | 0.96% | - |
| XYZ | 63.57 | 54 | 63.57 | - |
| YUV | 198.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 203 | 0 | 0.29 | 0.17 | 0.04 | 335.49 | 0.78 | 0.82 |
| Hex | F5 | AE | CB | 0 | 1D | 11 | 4 | 14F | 4E | 52 |
| Octal | 365 | 256 | 313 | 0 | 35 | 21 | 4 | 517 | 116 | 122 |
| Binary | 11110101 | 10101110 | 11001011 | 0 | 11101 | 10001 | 100 | 101001111 | 1001110 | 1010010 |
Color Harmonies of #F5AECB
Complementary color
Monochromatic Colors of #F5AECB
Black with #F5AECB
Text Example
Text Example
White with #F5AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AECB; }
p { color: rgb(245,174,203); }
H1.HeaderClassName
{
color: #F5AECB;
}
.AnyTagClassName
{
color: #F5AECB;
}
</style>
background-color css
<style>
a { background-color: #F5AECB; }
a { background-color: rgb(245,174,203); }
div.DivClassName
{
background-color: #F5AECB;
}
.BgClassName
{
background-color: #F5AECB;
}
</style>
border-color css
<style>
span { border-color: #F5AECB; }
span { border-color: rgb(245,174,203); }
td.TdClassName
{
border-color: #F5AECB;
}
.TagClassName
{
border-color: #F5AECB;
}
</style>