Shades of Wisp Pink #FAECE8
Tints of Wisp Pink #FAECE8
RGB
CMYK
RGB Variations
Color information
#FAECE8 (or 0xFAECE8) is known color: Wisp Pink. HEX triplet: FA, EC and E8. RGB value is (250,236,232). Sum of RGB (Red+Green+Blue) = 250+236+232=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 232 (91.02% from 255 or 32.31% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE8 is #051317. Grayscale: #EFEFEF. Windows color (decimal): -332568 or 15265018. OLE color: 15265018.
HSL color Cylindrical-coordinate representation of color #FAECE8: hue angle of 13.33º degrees, saturation: 0.64, 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 #FAECE8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 232 | - |
CMYK | 0 | 0.06 | 0.07 | 0.02 |
HSL | 13.33º | 0.64% | 0.95% | - |
HSV(B) | 13.33º | 0.07% | 0.98% | - |
XYZ | 83.99 | 86.14 | 88.54 | - |
YUV | 239.73 | 123.64 | 135.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 232 | 0 | 0.06 | 0.07 | 0.02 | 13.33 | 0.64 | 0.95 |
Hex | FA | EC | E8 | 0 | 6 | 7 | 2 | D | 40 | 5F |
Octal | 372 | 354 | 350 | 0 | 6 | 7 | 2 | 15 | 100 | 137 |
Binary | 11111010 | 11101100 | 11101000 | 0 | 110 | 111 | 10 | 1101 | 1000000 | 1011111 |
Color Harmonies of #FAECE8
Complementary color
Monochromatic Colors of #FAECE8
Black with #FAECE8
Text Example
Text Example
White with #FAECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE8; }
p { color: rgb(250,236,232); }
H1.HeaderClassName
{
color: #FAECE8;
}
.AnyTagClassName
{
color: #FAECE8;
}
</style>
background-color css
<style>
a { background-color: #FAECE8; }
a { background-color: rgb(250,236,232); }
div.DivClassName
{
background-color: #FAECE8;
}
.BgClassName
{
background-color: #FAECE8;
}
</style>
border-color css
<style>
span { border-color: #FAECE8; }
span { border-color: rgb(250,236,232); }
td.TdClassName
{
border-color: #FAECE8;
}
.TagClassName
{
border-color: #FAECE8;
}
</style>