#FFDAEE

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

Shades of Pig Pink #FFDAEE

Tints of Pig Pink #FFDAEE

Color information

#FFDAEE (or 0xFFDAEE) is unknown color: approx Pig Pink. HEX triplet: FF, DA and EE. RGB value is (255,218,238). Sum of RGB (Red+Green+Blue) = 255+218+238=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAEE is #002511. Grayscale: #E7E7E7. Windows color (decimal): -9490 or 15653631. OLE color: 15653631.

HSL color Cylindrical-coordinate representation of color #FFDAEE: hue angle of 327.57º 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 #FFDAEE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255218238-
CMYK00.150.070
HSL327.57º100%92.75%-
HSV(B)327.57º14.51%100%-
XYZ81.7477.5891.55-
YUV231.34131.76144.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.86%
GREEN value IS 218 (85.55% from 255) = 30.66%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=35.86%
G=30.66%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521823800.150.070327.5710092.75
HexFFDAEE0F70148645d
Octal37733235601770510144135
Binary11111111110110101110111001111111010100100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAEE; }

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

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

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

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

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

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

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

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