Shades of Wisp Pink #FCEBE7
Tints of Wisp Pink #FCEBE7
RGB
CMYK
RGB Variations
Color information
#FCEBE7 (or 0xFCEBE7) is known color: Wisp Pink. HEX triplet: FC, EB and E7. RGB value is (252,235,231). Sum of RGB (Red+Green+Blue) = 252+235+231=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBE7 is #031418. Grayscale: #EFEFEF. Windows color (decimal): -201753 or 15199228. OLE color: 15199228.
HSL color Cylindrical-coordinate representation of color #FCEBE7: hue angle of 11.43º degrees, saturation: 0.78, 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 #FCEBE7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 231 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.01 |
| HSL | 11.43º | 0.78% | 0.95% | - |
| HSV(B) | 11.43º | 0.08% | 0.99% | - |
| XYZ | 84.28 | 85.88 | 87.74 | - |
| YUV | 239.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 231 | 0 | 0.07 | 0.08 | 0.01 | 11.43 | 0.78 | 0.95 |
| Hex | FC | EB | E7 | 0 | 7 | 8 | 1 | B | 4E | 5F |
| Octal | 374 | 353 | 347 | 0 | 7 | 10 | 1 | 13 | 116 | 137 |
| Binary | 11111100 | 11101011 | 11100111 | 0 | 111 | 1000 | 1 | 1011 | 1001110 | 1011111 |
Color Harmonies of #FCEBE7
Complementary color
Monochromatic Colors of #FCEBE7
Black with #FCEBE7
Text Example
Text Example
White with #FCEBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBE7; }
p { color: rgb(252,235,231); }
H1.HeaderClassName
{
color: #FCEBE7;
}
.AnyTagClassName
{
color: #FCEBE7;
}
</style>
background-color css
<style>
a { background-color: #FCEBE7; }
a { background-color: rgb(252,235,231); }
div.DivClassName
{
background-color: #FCEBE7;
}
.BgClassName
{
background-color: #FCEBE7;
}
</style>
border-color css
<style>
span { border-color: #FCEBE7; }
span { border-color: rgb(252,235,231); }
td.TdClassName
{
border-color: #FCEBE7;
}
.TagClassName
{
border-color: #FCEBE7;
}
</style>