Shades of Lavender Rose #FDAEEE
Tints of Lavender Rose #FDAEEE
RGB
CMYK
RGB Variations
Color information
#FDAEEE (or 0xFDAEEE) is known color: Lavender Rose. HEX triplet: FD, AE and EE. RGB value is (253,174,238). Sum of RGB (Red+Green+Blue) = 253+174+238=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEEE is #025111. Grayscale: #CCCCCC. Windows color (decimal): -151826 or 15642365. OLE color: 15642365.
HSL color Cylindrical-coordinate representation of color #FDAEEE: hue angle of 311.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEEE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 238 | - |
CMYK | 0 | 0.31 | 0.06 | 0.01 |
HSL | 311.39º | 0.95% | 0.84% | - |
HSV(B) | 311.39º | 0.31% | 0.99% | - |
XYZ | 71.08 | 57.33 | 88.21 | - |
YUV | 204.92 | 146.67 | 162.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 238 | 0 | 0.31 | 0.06 | 0.01 | 311.39 | 0.95 | 0.84 |
Hex | FD | AE | EE | 0 | 1F | 6 | 1 | 137 | 5F | 54 |
Octal | 375 | 256 | 356 | 0 | 37 | 6 | 1 | 467 | 137 | 124 |
Binary | 11111101 | 10101110 | 11101110 | 0 | 11111 | 110 | 1 | 100110111 | 1011111 | 1010100 |
Color Harmonies of #FDAEEE
Complementary color
Monochromatic Colors of #FDAEEE
Black with #FDAEEE
Text Example
Text Example
White with #FDAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEEE; }
p { color: rgb(253,174,238); }
H1.HeaderClassName
{
color: #FDAEEE;
}
.AnyTagClassName
{
color: #FDAEEE;
}
</style>
background-color css
<style>
a { background-color: #FDAEEE; }
a { background-color: rgb(253,174,238); }
div.DivClassName
{
background-color: #FDAEEE;
}
.BgClassName
{
background-color: #FDAEEE;
}
</style>
border-color css
<style>
span { border-color: #FDAEEE; }
span { border-color: rgb(253,174,238); }
td.TdClassName
{
border-color: #FDAEEE;
}
.TagClassName
{
border-color: #FDAEEE;
}
</style>