#FEEBE5

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

Shades of Wisp Pink #FEEBE5

Tints of Wisp Pink #FEEBE5

Color information

#FEEBE5 (or 0xFEEBE5) is unknown color: approx Wisp Pink. HEX triplet: FE, EB and E5. RGB value is (254,235,229). Sum of RGB (Red+Green+Blue) = 254+235+229=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBE5 is #01141A. Grayscale: #F0F0F0. Windows color (decimal): -70683 or 15068158. OLE color: 15068158.

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

Color convert

RGB254235229-
CMYK00.070.100.00
HSL14.4º92.59%94.71%-
HSV(B)14.4º9.84%99.61%-
XYZ84.7286.1486.29-
YUV240121.79137.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 235 (92.19% from 255) = 32.73%
BLUE value IS 229 (89.84% from 255) = 31.89%
R=35.38%
G=32.73%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423522900.070.100.0014.492.5994.71
HexFEEBE507A0e5d5f
Octal3763533450712016135137
Binary111111101110101111100101011110100111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBE5; }

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

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

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

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

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

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

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

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