#FFDAEC

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

Shades of Pig Pink #FFDAEC

Tints of Pig Pink #FFDAEC

Color information

#FFDAEC (or 0xFFDAEC) is unknown color: approx Pig Pink. HEX triplet: FF, DA and EC. RGB value is (255,218,236). Sum of RGB (Red+Green+Blue) = 255+218+236=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAEC is #002513. Grayscale: #E7E7E7. Windows color (decimal): -9492 or 15522559. OLE color: 15522559.

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

Color convert

RGB255218236-
CMYK00.150.070
HSL330.81º100%92.75%-
HSV(B)330.81º14.51%100%-
XYZ81.4577.4690.01-
YUV231.11130.76145.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=35.97%
G=30.75%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521823600.150.070330.8110092.75
HexFFDAEC0F7014b645d
Octal37733235401770513144135
Binary11111111110110101110110001111111010100101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAEC; }

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

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

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

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

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

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

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

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