#F6D9ED

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

Shades of Pig Pink #F6D9ED

Tints of Pig Pink #F6D9ED

Color information

#F6D9ED (or 0xF6D9ED) is unknown color: approx Pig Pink. HEX triplet: F6, D9 and ED. RGB value is (246,217,237). Sum of RGB (Red+Green+Blue) = 246+217+237=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9ED is #092612. Grayscale: #E3E3E3. Windows color (decimal): -599571 or 15587830. OLE color: 15587830.

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

Color convert

RGB246217237-
CMYK00.120.040.04
HSL318.62º61.7%90.78%-
HSV(B)318.62º11.79%96.47%-
XYZ78.175.3390.54-
YUV227.95133.11140.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.14%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=35.14%
G=31%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621723700.120.040.04318.6261.790.78
HexF6D9ED0C4413f3e5b
Octal3663313550144447776133
Binary111101101101100111101101011001001001001111111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9ED; }

 p { color: rgb(246,217,237); }

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

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

 a { background-color: rgb(246,217,237); }

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

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

 span { border-color: rgb(246,217,237); }

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