#F6DFEA

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

Shades of Pig Pink #F6DFEA

Tints of Pig Pink #F6DFEA

Color information

#F6DFEA (or 0xF6DFEA) is unknown color: approx Pig Pink. HEX triplet: F6, DF and EA. RGB value is (246,223,234). Sum of RGB (Red+Green+Blue) = 246+223+234=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFEA is #092015. Grayscale: #E7E7E7. Windows color (decimal): -598038 or 15392758. OLE color: 15392758.

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

Color convert

RGB246223234-
CMYK00.090.050.04
HSL331.3º56.1%91.96%-
HSV(B)331.3º9.35%96.47%-
XYZ79.2478.3188.78-
YUV231.13129.62138.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.99%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=34.99%
G=31.72%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622323400.090.050.04331.356.191.96
HexF6DFEA095414b385c
Octal3663373520115451370134
Binary111101101101111111101010010011011001010010111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFEA; }

 p { color: rgb(246,223,234); }

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

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

 a { background-color: rgb(246,223,234); }

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

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

 span { border-color: rgb(246,223,234); }

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