#F5DAEA

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

Shades of Pig Pink #F5DAEA

Tints of Pig Pink #F5DAEA

Color information

#F5DAEA (or 0xF5DAEA) is unknown color: approx Pig Pink. HEX triplet: F5, DA and EA. RGB value is (245,218,234). Sum of RGB (Red+Green+Blue) = 245+218+234=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAEA is #0A2515. Grayscale: #E3E3E3. Windows color (decimal): -664854 or 15391477. OLE color: 15391477.

HSL color Cylindrical-coordinate representation of color #F5DAEA: hue angle of 324.44º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DAEA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245218234-
CMYK00.110.040.04
HSL324.44º57.45%90.78%-
HSV(B)324.44º11.02%96.08%-
XYZ77.5875.588.33-
YUV227.9131.45140.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.15%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=35.15%
G=31.28%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521823400.110.040.04324.4457.4590.78
HexF5DAEA0B44144395b
Octal3653323520134450471133
Binary111101011101101011101010010111001001010001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DAEA; }

 p { color: rgb(245,218,234); }

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

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

 a { background-color: rgb(245,218,234); }

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

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

 span { border-color: rgb(245,218,234); }

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