#FDEAE5

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

Shades of Wisp Pink #FDEAE5

Tints of Wisp Pink #FDEAE5

Color information

#FDEAE5 (or 0xFDEAE5) is unknown color: approx Wisp Pink. HEX triplet: FD, EA and E5. RGB value is (253,234,229). Sum of RGB (Red+Green+Blue) = 253+234+229=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAE5 is #02151A. Grayscale: #EFEFEF. Windows color (decimal): -136475 or 15067901. OLE color: 15067901.

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

Color convert

RGB253234229-
CMYK00.080.090.01
HSL12.5º85.71%94.51%-
HSV(B)12.5º9.49%99.22%-
XYZ84.0785.3986.18-
YUV239.11122.29137.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 229 (89.84% from 255) = 31.98%
R=35.34%
G=32.68%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323422900.080.090.0112.585.7194.51
HexFDEAE50891d565f
Octal37535234501011115126137
Binary1111110111101010111001010100010011110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAE5; }

 p { color: rgb(253,234,229); }

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

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

 a { background-color: rgb(253,234,229); }

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

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

 span { border-color: rgb(253,234,229); }

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