#FFDAE5

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

Shades of Pig Pink #FFDAE5

Tints of Pig Pink #FFDAE5

Color information

#FFDAE5 (or 0xFFDAE5) is unknown color: approx Pig Pink. HEX triplet: FF, DA and E5. RGB value is (255,218,229). Sum of RGB (Red+Green+Blue) = 255+218+229=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE5 is #00251A. Grayscale: #E6E6E6. Windows color (decimal): -9499 or 15063807. OLE color: 15063807.

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

Color convert

RGB255218229-
CMYK00.150.100
HSL342.16º100%92.75%-
HSV(B)342.16º14.51%100%-
XYZ80.4577.0684.76-
YUV230.32127.26145.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=36.32%
G=31.05%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521822900.150.100342.1610092.75
HexFFDAE50FA0156645d
Octal377332345017120526144135
Binary111111111101101011100101011111010010101011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAE5; }

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

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

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

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

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

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

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

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