#F5D3DF

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

Shades of Pig Pink #F5D3DF

Tints of Pig Pink #F5D3DF

Color information

#F5D3DF (or 0xF5D3DF) is unknown color: approx Pig Pink. HEX triplet: F5, D3 and DF. RGB value is (245,211,223). Sum of RGB (Red+Green+Blue) = 245+211+223=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3DF is #0A2C20. Grayscale: #DEDEDE. Windows color (decimal): -666657 or 14668789. OLE color: 14668789.

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

Color convert

RGB245211223-
CMYK00.140.090.04
HSL338.82º62.96%89.41%-
HSV(B)338.82º13.88%96.08%-
XYZ74.2771.3379.67-
YUV222.53128.26144.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.08%
GREEN value IS 211 (82.81% from 255) = 31.08%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=36.08%
G=31.08%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521122300.140.090.04338.8262.9689.41
HexF5D3DF0E941533f59
Octal36532333701611452377131
Binary1111010111010011110111110111010011001010100111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D3DF; }

 p { color: rgb(245,211,223); }

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

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

 a { background-color: rgb(245,211,223); }

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

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

 span { border-color: rgb(245,211,223); }

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