#FFEBE6

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

Shades of Wisp Pink #FFEBE6

Tints of Wisp Pink #FFEBE6

Color information

#FFEBE6 (or 0xFFEBE6) is unknown color: approx Wisp Pink. HEX triplet: FF, EB and E6. RGB value is (255,235,230). Sum of RGB (Red+Green+Blue) = 255+235+230=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBE6 is #001419. Grayscale: #F0F0F0. Windows color (decimal): -5146 or 15133695. OLE color: 15133695.

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

Color convert

RGB255235230-
CMYK00.080.100
HSL12º100%95.1%-
HSV(B)12º9.8%100%-
XYZ85.2386.3987.05-
YUV240.41122.13138.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=35.42%
G=32.64%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523523000.080.1001210095.1
HexFFEBE608A0c645f
Octal37735334601012014144137
Binary1111111111101011111001100100010100110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBE6; }

 p { color: rgb(255,235,230); }

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

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

 a { background-color: rgb(255,235,230); }

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

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

 span { border-color: rgb(255,235,230); }

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