#F4D6DF

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

Shades of Pig Pink #F4D6DF

Tints of Pig Pink #F4D6DF

Color information

#F4D6DF (or 0xF4D6DF) is unknown color: approx Pig Pink. HEX triplet: F4, D6 and DF. RGB value is (244,214,223). Sum of RGB (Red+Green+Blue) = 244+214+223=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D6DF is #0B2920. Grayscale: #DFDFDF. Windows color (decimal): -731425 or 14669556. OLE color: 14669556.

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

Color convert

RGB244214223-
CMYK00.120.090.04
HSL342º57.69%89.8%-
HSV(B)342º12.3%95.69%-
XYZ74.6772.6579.9-
YUV224127.44142.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.83%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=35.83%
G=31.42%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421422300.120.090.0434257.6989.8
HexF4D6DF0C941563a5a
Octal36432633701411452672132
Binary1111010011010110110111110110010011001010101101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D6DF; }

 p { color: rgb(244,214,223); }

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

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

 a { background-color: rgb(244,214,223); }

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

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

 span { border-color: rgb(244,214,223); }

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