#FFDAE3

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

Shades of Pig Pink #FFDAE3

Tints of Pig Pink #FFDAE3

Color information

#FFDAE3 (or 0xFFDAE3) is unknown color: approx Pig Pink. HEX triplet: FF, DA and E3. RGB value is (255,218,227). Sum of RGB (Red+Green+Blue) = 255+218+227=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE3 is #00251C. Grayscale: #E6E6E6. Windows color (decimal): -9501 or 14932735. OLE color: 14932735.

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

Color convert

RGB255218227-
CMYK00.150.110
HSL345.41º100%92.75%-
HSV(B)345.41º14.51%100%-
XYZ80.1876.9583.3-
YUV230.09126.26145.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 218 (85.55% from 255) = 31.14%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=36.43%
G=31.14%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521822700.150.110345.4110092.75
HexFFDAE30FB0159645d
Octal377332343017130531144135
Binary111111111101101011100011011111011010101100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAE3; }

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

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

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

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

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

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

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

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