#FDEAE6

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

Shades of Wisp Pink #FDEAE6

Tints of Wisp Pink #FDEAE6

Color information

#FDEAE6 (or 0xFDEAE6) is unknown color: approx Wisp Pink. HEX triplet: FD, EA and E6. RGB value is (253,234,230). Sum of RGB (Red+Green+Blue) = 253+234+230=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 230 (90.23% from 255 or 32.08% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAE6 is #021519. Grayscale: #EFEFEF. Windows color (decimal): -136474 or 15133437. OLE color: 15133437.

HSL color Cylindrical-coordinate representation of color #FDEAE6: hue angle of 10.43º degrees, saturation: 0.85, 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 #FDEAE6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253234230-
CMYK00.080.090.01
HSL10.43º85.19%94.71%-
HSV(B)10.43º9.09%99.22%-
XYZ84.2185.4486.92-
YUV239.22122.79137.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 230 (90.23% from 255) = 32.08%
R=35.29%
G=32.64%
B=32.08%

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
Decimal25323423000.080.090.0110.4385.1994.71
HexFDEAE60891a555f
Octal37535234601011112125137
Binary1111110111101010111001100100010011101010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAE6; }

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

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

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

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

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

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

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

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