#F6D6E4

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

Shades of Pig Pink #F6D6E4

Tints of Pig Pink #F6D6E4

Color information

#F6D6E4 (or 0xF6D6E4) is unknown color: approx Pig Pink. HEX triplet: F6, D6 and E4. RGB value is (246,214,228). Sum of RGB (Red+Green+Blue) = 246+214+228=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6E4 is #09291B. Grayscale: #E1E1E1. Windows color (decimal): -600348 or 14997238. OLE color: 14997238.

HSL color Cylindrical-coordinate representation of color #F6D6E4: hue angle of 333.75º degrees, saturation: 0.64, 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 #F6D6E4 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246214228-
CMYK00.130.070.04
HSL333.75º64%90.2%-
HSV(B)333.75º13.01%96.47%-
XYZ76.0673.2983.54-
YUV225.16129.6142.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.76%
GREEN value IS 214 (83.98% from 255) = 31.10%
BLUE value IS 228 (89.45% from 255) = 33.14%
R=35.76%
G=31.10%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621422800.130.070.04333.756490.2
HexF6D6E40D7414e405a
Octal36632634401574516100132
Binary1111011011010110111001000110111110010100111010000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6E4; }

 p { color: rgb(246,214,228); }

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

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

 a { background-color: rgb(246,214,228); }

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

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

 span { border-color: rgb(246,214,228); }

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