Shades of Wisp Pink #FAECE9
Tints of Wisp Pink #FAECE9
RGB
CMYK
RGB Variations
Color information
#FAECE9 (or 0xFAECE9) is known color: Wisp Pink. HEX triplet: FA, EC and E9. RGB value is (250,236,233). Sum of RGB (Red+Green+Blue) = 250+236+233=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 233 (91.41% from 255 or 32.41% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE9 is #051316. Grayscale: #EFEFEF. Windows color (decimal): -332567 or 15330554. OLE color: 15330554.
HSL color Cylindrical-coordinate representation of color #FAECE9: hue angle of 10.59º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAECE9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 233 | - |
CMYK | 0 | 0.06 | 0.07 | 0.02 |
HSL | 10.59º | 0.63% | 0.95% | - |
HSV(B) | 10.59º | 0.07% | 0.98% | - |
XYZ | 84.13 | 86.2 | 89.29 | - |
YUV | 239.84 | 124.14 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 233 | 0 | 0.06 | 0.07 | 0.02 | 10.59 | 0.63 | 0.95 |
Hex | FA | EC | E9 | 0 | 6 | 7 | 2 | B | 3F | 5F |
Octal | 372 | 354 | 351 | 0 | 6 | 7 | 2 | 13 | 77 | 137 |
Binary | 11111010 | 11101100 | 11101001 | 0 | 110 | 111 | 10 | 1011 | 111111 | 1011111 |
Color Harmonies of #FAECE9
Complementary color
Monochromatic Colors of #FAECE9
Black with #FAECE9
Text Example
Text Example
White with #FAECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE9; }
p { color: rgb(250,236,233); }
H1.HeaderClassName
{
color: #FAECE9;
}
.AnyTagClassName
{
color: #FAECE9;
}
</style>
background-color css
<style>
a { background-color: #FAECE9; }
a { background-color: rgb(250,236,233); }
div.DivClassName
{
background-color: #FAECE9;
}
.BgClassName
{
background-color: #FAECE9;
}
</style>
border-color css
<style>
span { border-color: #FAECE9; }
span { border-color: rgb(250,236,233); }
td.TdClassName
{
border-color: #FAECE9;
}
.TagClassName
{
border-color: #FAECE9;
}
</style>