#FFECE8

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

Shades of Wisp Pink #FFECE8

Tints of Wisp Pink #FFECE8

Color information

#FFECE8 (or 0xFFECE8) is unknown color: approx Wisp Pink. HEX triplet: FF, EC and E8. RGB value is (255,236,232). Sum of RGB (Red+Green+Blue) = 255+236+232=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECE8 is #001317. Grayscale: #F1F1F1. Windows color (decimal): -4888 or 15265023. OLE color: 15265023.

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

Color convert

RGB255236232-
CMYK00.070.090
HSL10.43º100%95.49%-
HSV(B)10.43º9.02%100%-
XYZ85.887.0888.63-
YUV241.22122.79137.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 236 (92.58% from 255) = 32.64%
BLUE value IS 232 (91.02% from 255) = 32.09%
R=35.27%
G=32.64%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523623200.070.09010.4310095.49
HexFFECE80790a645f
Octal3773543500711012144137
Binary111111111110110011101000011110010101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECE8; }

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

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

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

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

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

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

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

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