#F3D6E0

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

Shades of Pig Pink #F3D6E0

Tints of Pig Pink #F3D6E0

Color information

#F3D6E0 (or 0xF3D6E0) is unknown color: approx Pig Pink. HEX triplet: F3, D6 and E0. RGB value is (243,214,224). Sum of RGB (Red+Green+Blue) = 243+214+224=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6E0 is #0C291F. Grayscale: #DFDFDF. Windows color (decimal): -796960 or 14735091. OLE color: 14735091.

HSL color Cylindrical-coordinate representation of color #F3D6E0: hue angle of 339.31º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D6E0 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB243214224-
CMYK00.120.080.05
HSL339.31º54.72%89.61%-
HSV(B)339.31º11.93%95.29%-
XYZ74.4672.5380.6-
YUV223.81128.11141.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.68%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=35.68%
G=31.42%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321422400.120.080.05339.3154.7289.61
HexF3D6E00C85153375a
Octal36332634001410552367132
Binary1111001111010110111000000110010001011010100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6E0; }

 p { color: rgb(243,214,224); }

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

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

 a { background-color: rgb(243,214,224); }

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

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

 span { border-color: rgb(243,214,224); }

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