Shades of Wisp Pink #FCEAE6
Tints of Wisp Pink #FCEAE6
RGB
CMYK
RGB Variations
Color information
#FCEAE6 (or 0xFCEAE6) is known color: Wisp Pink. HEX triplet: FC, EA and E6. RGB value is (252,234,230). Sum of RGB (Red+Green+Blue) = 252+234+230=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAE6 is #031519. Grayscale: #EEEEEE. Windows color (decimal): -202010 or 15133436. OLE color: 15133436.
HSL color Cylindrical-coordinate representation of color #FCEAE6: hue angle of 10.91º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCEAE6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 230 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.01 |
| HSL | 10.91º | 0.79% | 0.95% | - |
| HSV(B) | 10.91º | 0.09% | 0.99% | - |
| XYZ | 83.85 | 85.25 | 86.9 | - |
| YUV | 238.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 230 | 0 | 0.07 | 0.09 | 0.01 | 10.91 | 0.79 | 0.95 |
| Hex | FC | EA | E6 | 0 | 7 | 9 | 1 | B | 4F | 5F |
| Octal | 374 | 352 | 346 | 0 | 7 | 11 | 1 | 13 | 117 | 137 |
| Binary | 11111100 | 11101010 | 11100110 | 0 | 111 | 1001 | 1 | 1011 | 1001111 | 1011111 |
Color Harmonies of #FCEAE6
Complementary color
Monochromatic Colors of #FCEAE6
Black with #FCEAE6
Text Example
Text Example
White with #FCEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAE6; }
p { color: rgb(252,234,230); }
H1.HeaderClassName
{
color: #FCEAE6;
}
.AnyTagClassName
{
color: #FCEAE6;
}
</style>
background-color css
<style>
a { background-color: #FCEAE6; }
a { background-color: rgb(252,234,230); }
div.DivClassName
{
background-color: #FCEAE6;
}
.BgClassName
{
background-color: #FCEAE6;
}
</style>
border-color css
<style>
span { border-color: #FCEAE6; }
span { border-color: rgb(252,234,230); }
td.TdClassName
{
border-color: #FCEAE6;
}
.TagClassName
{
border-color: #FCEAE6;
}
</style>