#F6DDEB

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

Shades of Pig Pink #F6DDEB

Tints of Pig Pink #F6DDEB

Color information

#F6DDEB (or 0xF6DDEB) is unknown color: approx Pig Pink. HEX triplet: F6, DD and EB. RGB value is (246,221,235). Sum of RGB (Red+Green+Blue) = 246+221+235=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDEB is #092214. Grayscale: #E6E6E6. Windows color (decimal): -598549 or 15457782. OLE color: 15457782.

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

Color convert

RGB246221235-
CMYK00.100.040.04
HSL326.4º58.14%91.57%-
HSV(B)326.4º10.16%96.47%-
XYZ78.8677.389.36-
YUV230.07130.78139.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 31.48%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=35.04%
G=31.48%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622123500.100.040.04326.458.1491.57
HexF6DDEB0A441463a5c
Octal3663353530124450672134
Binary111101101101110111101011010101001001010001101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDEB; }

 p { color: rgb(246,221,235); }

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

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

 a { background-color: rgb(246,221,235); }

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

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

 span { border-color: rgb(246,221,235); }

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