#F2DCE3

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

Shades of Pig Pink #F2DCE3

Tints of Pig Pink #F2DCE3

Color information

#F2DCE3 (or 0xF2DCE3) is unknown color: approx Pig Pink. HEX triplet: F2, DC and E3. RGB value is (242,220,227). Sum of RGB (Red+Green+Blue) = 242+220+227=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE3 is #0D231C. Grayscale: #E3E3E3. Windows color (decimal): -860957 or 14933234. OLE color: 14933234.

HSL color Cylindrical-coordinate representation of color #F2DCE3: hue angle of 340.91º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCE3 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242220227-
CMYK00.090.060.05
HSL340.91º45.83%90.59%-
HSV(B)340.91º9.09%94.9%-
XYZ76.0875.6183.26-
YUV227.38127.79138.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 227 (89.06% from 255) = 32.95%
R=35.12%
G=31.93%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222022700.090.060.05340.9145.8390.59
HexF2DCE309651552e5b
Octal3623343430116552556133
Binary111100101101110011100011010011101011010101011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCE3; }

 p { color: rgb(242,220,227); }

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

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

 a { background-color: rgb(242,220,227); }

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

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

 span { border-color: rgb(242,220,227); }

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