#F2DCE6

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

Shades of Pig Pink #F2DCE6

Tints of Pig Pink #F2DCE6

Color information

#F2DCE6 (or 0xF2DCE6) is unknown color: approx Pig Pink. HEX triplet: F2, DC and E6. RGB value is (242,220,230). Sum of RGB (Red+Green+Blue) = 242+220+230=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCE6 is #0D2319. Grayscale: #E3E3E3. Windows color (decimal): -860954 or 15129842. OLE color: 15129842.

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

Color convert

RGB242220230-
CMYK00.090.050.05
HSL332.73º45.83%90.59%-
HSV(B)332.73º9.09%94.9%-
XYZ76.4975.7885.46-
YUV227.72129.29138.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 230 (90.23% from 255) = 33.24%
R=34.97%
G=31.79%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222023000.090.050.05332.7345.8390.59
HexF2DCE6095514d2e5b
Octal3623343460115551556133
Binary111100101101110011100110010011011011010011011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCE6; }

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

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

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

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

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

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

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

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