#FFECE7

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

Shades of Wisp Pink #FFECE7

Tints of Wisp Pink #FFECE7

Color information

#FFECE7 (or 0xFFECE7) is unknown color: approx Wisp Pink. HEX triplet: FF, EC and E7. RGB value is (255,236,231). Sum of RGB (Red+Green+Blue) = 255+236+231=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECE7 is #001318. Grayscale: #F1F1F1. Windows color (decimal): -4889 or 15199487. OLE color: 15199487.

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

Color convert

RGB255236231-
CMYK00.070.090
HSL12.5º100%95.29%-
HSV(B)12.5º9.41%100%-
XYZ85.6687.0287.88-
YUV241.11122.29137.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 236 (92.58% from 255) = 32.69%
BLUE value IS 231 (90.62% from 255) = 31.99%
R=35.32%
G=32.69%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523623100.070.09012.510095.29
HexFFECE70790d645f
Octal3773543470711015144137
Binary111111111110110011100111011110010110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECE7; }

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

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

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

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

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

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

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

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