#F6DDE5

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

Shades of Pig Pink #F6DDE5

Tints of Pig Pink #F6DDE5

Color information

#F6DDE5 (or 0xF6DDE5) is unknown color: approx Pig Pink. HEX triplet: F6, DD and E5. RGB value is (246,221,229). Sum of RGB (Red+Green+Blue) = 246+221+229=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDE5 is #09221A. Grayscale: #E5E5E5. Windows color (decimal): -598555 or 15064566. OLE color: 15064566.

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

Color convert

RGB246221229-
CMYK00.100.070.04
HSL340.8º58.14%91.57%-
HSV(B)340.8º10.16%96.47%-
XYZ78.0176.9684.87-
YUV229.39127.78139.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.34%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=35.34%
G=31.75%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622122900.100.070.04340.858.1491.57
HexF6DDE50A741553a5c
Octal3663353450127452572134
Binary111101101101110111100101010101111001010101011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDE5; }

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

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

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

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

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

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

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

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