Shades of Illusion #FF9DAE
Tints of Illusion #FF9DAE
RGB
CMYK
RGB Variations
Color information
#FF9DAE (or 0xFF9DAE) is known color: Illusion. HEX triplet: FF, 9D and AE. RGB value is (255,157,174). Sum of RGB (Red+Green+Blue) = 255+157+174=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DAE is #006251. Grayscale: #BCBCBC. Windows color (decimal): -25170 or 11443711. OLE color: 11443711.
HSL color Cylindrical-coordinate representation of color #FF9DAE: hue angle of 349.59º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DAE is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 174 | - |
| CMYK | 0 | 0.38 | 0.32 | 0 |
| HSL | 349.59º | 1% | 0.81% | - |
| HSV(B) | 349.59º | 0.38% | 1% | - |
| XYZ | 60.94 | 48.43 | 46.18 | - |
| YUV | 188.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 174 | 0 | 0.38 | 0.32 | 0 | 349.59 | 1 | 0.81 |
| Hex | FF | 9D | AE | 0 | 26 | 20 | 0 | 15E | 64 | 51 |
| Octal | 377 | 235 | 256 | 0 | 46 | 40 | 0 | 536 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10101110 | 0 | 100110 | 100000 | 0 | 101011110 | 1100100 | 1010001 |
Color Harmonies of #FF9DAE
Complementary color
Monochromatic Colors of #FF9DAE
Black with #FF9DAE
Text Example
Text Example
White with #FF9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DAE; }
p { color: rgb(255,157,174); }
H1.HeaderClassName
{
color: #FF9DAE;
}
.AnyTagClassName
{
color: #FF9DAE;
}
</style>
background-color css
<style>
a { background-color: #FF9DAE; }
a { background-color: rgb(255,157,174); }
div.DivClassName
{
background-color: #FF9DAE;
}
.BgClassName
{
background-color: #FF9DAE;
}
</style>
border-color css
<style>
span { border-color: #FF9DAE; }
span { border-color: rgb(255,157,174); }
td.TdClassName
{
border-color: #FF9DAE;
}
.TagClassName
{
border-color: #FF9DAE;
}
</style>