#F5D4DE

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

Shades of Pig Pink #F5D4DE

Tints of Pig Pink #F5D4DE

Color information

#F5D4DE (or 0xF5D4DE) is unknown color: approx Pig Pink. HEX triplet: F5, D4 and DE. RGB value is (245,212,222). Sum of RGB (Red+Green+Blue) = 245+212+222=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4DE is #0A2B21. Grayscale: #DFDFDF. Windows color (decimal): -666402 or 14603509. OLE color: 14603509.

HSL color Cylindrical-coordinate representation of color #F5D4DE: hue angle of 341.82º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D4DE is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245212222-
CMYK00.130.090.04
HSL341.82º62.26%89.61%-
HSV(B)341.82º13.47%96.08%-
XYZ74.3871.7779.04-
YUV223.01127.43143.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.08%
GREEN value IS 212 (83.20% from 255) = 31.22%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=36.08%
G=31.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521222200.130.090.04341.8262.2689.61
HexF5D4DE0D941563e5a
Octal36532433601511452676132
Binary1111010111010100110111100110110011001010101101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D4DE; }

 p { color: rgb(245,212,222); }

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

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

 a { background-color: rgb(245,212,222); }

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

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

 span { border-color: rgb(245,212,222); }

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