#FCE9E5

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

Shades of Wisp Pink #FCE9E5

Tints of Wisp Pink #FCE9E5

Color information

#FCE9E5 (or 0xFCE9E5) is unknown color: approx Wisp Pink. HEX triplet: FC, E9 and E5. RGB value is (252,233,229). Sum of RGB (Red+Green+Blue) = 252+233+229=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9E5 is #03161A. Grayscale: #EEEEEE. Windows color (decimal): -202267 or 15067644. OLE color: 15067644.

HSL color Cylindrical-coordinate representation of color #FCE9E5: hue angle of 10.43º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE9E5 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252233229-
CMYK00.080.090.01
HSL10.43º79.31%94.31%-
HSV(B)10.43º9.13%98.82%-
XYZ83.4384.6386.07-
YUV238.22122.79137.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 233 (91.41% from 255) = 32.63%
BLUE value IS 229 (89.84% from 255) = 32.07%
R=35.29%
G=32.63%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223322900.080.090.0110.4379.3194.31
HexFCE9E50891a4f5e
Octal37435134501011112117136
Binary1111110011101001111001010100010011101010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9E5; }

 p { color: rgb(252,233,229); }

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

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

 a { background-color: rgb(252,233,229); }

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

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

 span { border-color: rgb(252,233,229); }

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