#FCEBE5

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

Shades of Wisp Pink #FCEBE5

Tints of Wisp Pink #FCEBE5

Color information

#FCEBE5 (or 0xFCEBE5) is unknown color: approx Wisp Pink. HEX triplet: FC, EB and E5. RGB value is (252,235,229). Sum of RGB (Red+Green+Blue) = 252+235+229=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBE5 is #03141A. Grayscale: #EFEFEF. Windows color (decimal): -201755 or 15068156. OLE color: 15068156.

HSL color Cylindrical-coordinate representation of color #FCEBE5: hue angle of 15.65º 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 #FCEBE5 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252235229-
CMYK00.070.090.01
HSL15.65º79.31%94.31%-
HSV(B)15.65º9.13%98.82%-
XYZ8485.7786.26-
YUV239.4122.13136.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 229 (89.84% from 255) = 31.98%
R=35.20%
G=32.82%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223522900.070.090.0115.6579.3194.31
HexFCEBE50791104f5e
Octal3743533450711120117136
Binary1111110011101011111001010111100111000010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBE5; }

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

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

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

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

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

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

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

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