#F6DCEE

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

Shades of Pig Pink #F6DCEE

Tints of Pig Pink #F6DCEE

Color information

#F6DCEE (or 0xF6DCEE) is unknown color: approx Pig Pink. HEX triplet: F6, DC and EE. RGB value is (246,220,238). Sum of RGB (Red+Green+Blue) = 246+220+238=704 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.94% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCEE is #092311. Grayscale: #E5E5E5. Windows color (decimal): -598802 or 15654134. OLE color: 15654134.

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

Color convert

RGB246220238-
CMYK00.110.030.04
HSL318.46º59.09%91.37%-
HSV(B)318.46º10.57%96.47%-
XYZ79.0376.9591.58-
YUV229.83132.61139.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.94%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=34.94%
G=31.25%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622023800.110.030.04318.4659.0991.37
HexF6DCEE0B3413e3b5b
Octal3663343560133447673133
Binary11110110110111001110111001011111001001111101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCEE; }

 p { color: rgb(246,220,238); }

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

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

 a { background-color: rgb(246,220,238); }

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

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

 span { border-color: rgb(246,220,238); }

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