#F2DCE9

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

Shades of Pig Pink #F2DCE9

Tints of Pig Pink #F2DCE9

Color information

#F2DCE9 (or 0xF2DCE9) is unknown color: approx Pig Pink. HEX triplet: F2, DC and E9. RGB value is (242,220,233). Sum of RGB (Red+Green+Blue) = 242+220+233=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCE9 is #0D2316. Grayscale: #E4E4E4. Windows color (decimal): -860951 or 15326450. OLE color: 15326450.

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

Color convert

RGB242220233-
CMYK00.090.040.05
HSL324.55º45.83%90.59%-
HSV(B)324.55º9.09%94.9%-
XYZ76.9275.9587.7-
YUV228.06130.79137.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 233 (91.41% from 255) = 33.53%
R=34.82%
G=31.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222023300.090.040.05324.5545.8390.59
HexF2DCE909451452e5b
Octal3623343510114550556133
Binary111100101101110011101001010011001011010001011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCE9; }

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

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

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

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

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

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

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

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