Shades of Wisp Pink #FCECE9
Tints of Wisp Pink #FCECE9
RGB
CMYK
RGB Variations
Color information
#FCECE9 (or 0xFCECE9) is known color: Wisp Pink. HEX triplet: FC, EC and E9. RGB value is (252,236,233). Sum of RGB (Red+Green+Blue) = 252+236+233=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 233 (91.41% from 255 or 32.32% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECE9 is #031316. Grayscale: #F0F0F0. Windows color (decimal): -201495 or 15330556. OLE color: 15330556.
HSL color Cylindrical-coordinate representation of color #FCECE9: hue angle of 9.47º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCECE9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 233 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 9.47º | 0.76% | 0.95% | - |
HSV(B) | 9.47º | 0.08% | 0.99% | - |
XYZ | 84.85 | 86.57 | 89.33 | - |
YUV | 240.44 | 123.8 | 136.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 233 | 0 | 0.06 | 0.08 | 0.01 | 9.47 | 0.76 | 0.95 |
Hex | FC | EC | E9 | 0 | 6 | 8 | 1 | 9 | 4C | 5F |
Octal | 374 | 354 | 351 | 0 | 6 | 10 | 1 | 11 | 114 | 137 |
Binary | 11111100 | 11101100 | 11101001 | 0 | 110 | 1000 | 1 | 1001 | 1001100 | 1011111 |
Color Harmonies of #FCECE9
Complementary color
Monochromatic Colors of #FCECE9
Black with #FCECE9
Text Example
Text Example
White with #FCECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECE9; }
p { color: rgb(252,236,233); }
H1.HeaderClassName
{
color: #FCECE9;
}
.AnyTagClassName
{
color: #FCECE9;
}
</style>
background-color css
<style>
a { background-color: #FCECE9; }
a { background-color: rgb(252,236,233); }
div.DivClassName
{
background-color: #FCECE9;
}
.BgClassName
{
background-color: #FCECE9;
}
</style>
border-color css
<style>
span { border-color: #FCECE9; }
span { border-color: rgb(252,236,233); }
td.TdClassName
{
border-color: #FCECE9;
}
.TagClassName
{
border-color: #FCECE9;
}
</style>