#FCECE8

Color #FCECE8 Wisp Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisp Pink #FCECE8

Tints of Wisp Pink #FCECE8

Color information

#FCECE8 (or 0xFCECE8) is unknown color: approx Wisp Pink. HEX triplet: FC, EC and E8. RGB value is (252,236,232). Sum of RGB (Red+Green+Blue) = 252+236+232=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECE8 is #031317. Grayscale: #F0F0F0. Windows color (decimal): -201496 or 15265020. OLE color: 15265020.

HSL color Cylindrical-coordinate representation of color #FCECE8: hue angle of 12º degrees, saturation: 0.77, 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 #FCECE8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252236232-
CMYK00.060.080.01
HSL12º76.92%94.9%-
HSV(B)12º7.94%98.82%-
XYZ84.7186.5188.58-
YUV240.33123.3136.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 236 (92.58% from 255) = 32.78%
BLUE value IS 232 (91.02% from 255) = 32.22%
R=35%
G=32.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223623200.060.080.011276.9294.9
HexFCECE80681c4d5f
Octal3743543500610114115137
Binary111111001110110011101000011010001110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECE8; }

 p { color: rgb(252,236,232); }

 H1.HeaderClassName
 {
   color: #FCECE8;
 }
 .AnyTagClassName
 {
   color: #FCECE8;
 }
</style>
background-color css

<style>
 a { background-color: #FCECE8; }

 a { background-color: rgb(252,236,232); }

 div.DivClassName
 {
   background-color: #FCECE8;
 }
 .BgClassName
 {
   background-color: #FCECE8;
 }
</style>
border-color css

<style>
 span { border-color: #FCECE8; }

 span { border-color: rgb(252,236,232); }

 td.TdClassName
 {
   border-color: #FCECE8;
 }
 .TagClassName
 {
   border-color: #FCECE8;
 }
</style>