#F6D2E1

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

Shades of Pig Pink #F6D2E1

Tints of Pig Pink #F6D2E1

Color information

#F6D2E1 (or 0xF6D2E1) is unknown color: approx Pig Pink. HEX triplet: F6, D2 and E1. RGB value is (246,210,225). Sum of RGB (Red+Green+Blue) = 246+210+225=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2E1 is #092D1E. Grayscale: #DEDEDE. Windows color (decimal): -601375 or 14799606. OLE color: 14799606.

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

Color convert

RGB246210225-
CMYK00.150.090.04
HSL335º66.67%89.41%-
HSV(B)335º14.63%96.47%-
XYZ74.6471.1281.03-
YUV222.47129.43144.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.12%
GREEN value IS 210 (82.42% from 255) = 30.84%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=36.12%
G=30.84%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621022500.150.090.0433566.6789.41
HexF6D2E10F9414f4359
Octal366322341017114517103131
Binary11110110110100101110000101111100110010100111110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D2E1; }

 p { color: rgb(246,210,225); }

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

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

 a { background-color: rgb(246,210,225); }

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

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

 span { border-color: rgb(246,210,225); }

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