#FFDAED

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

Shades of Pig Pink #FFDAED

Tints of Pig Pink #FFDAED

Color information

#FFDAED (or 0xFFDAED) is unknown color: approx Pig Pink. HEX triplet: FF, DA and ED. RGB value is (255,218,237). Sum of RGB (Red+Green+Blue) = 255+218+237=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAED is #002512. Grayscale: #E7E7E7. Windows color (decimal): -9491 or 15588095. OLE color: 15588095.

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

Color convert

RGB255218237-
CMYK00.150.070
HSL329.19º100%92.75%-
HSV(B)329.19º14.51%100%-
XYZ81.677.5290.78-
YUV231.23131.26144.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 218 (85.55% from 255) = 30.70%
BLUE value IS 237 (92.97% from 255) = 33.38%
R=35.92%
G=30.70%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521823700.150.070329.1910092.75
HexFFDAED0F70149645d
Octal37733235501770511144135
Binary11111111110110101110110101111111010100100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAED; }

 p { color: rgb(255,218,237); }

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

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

 a { background-color: rgb(255,218,237); }

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

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

 span { border-color: rgb(255,218,237); }

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