#F2DCE5

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

Shades of Pig Pink #F2DCE5

Tints of Pig Pink #F2DCE5

Color information

#F2DCE5 (or 0xF2DCE5) is unknown color: approx Pig Pink. HEX triplet: F2, DC and E5. RGB value is (242,220,229). Sum of RGB (Red+Green+Blue) = 242+220+229=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE5 is #0D231A. Grayscale: #E3E3E3. Windows color (decimal): -860955 or 15064306. OLE color: 15064306.

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

Color convert

RGB242220229-
CMYK00.090.050.05
HSL335.45º45.83%90.59%-
HSV(B)335.45º9.09%94.9%-
XYZ76.3575.7284.72-
YUV227.6128.79138.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 229 (89.84% from 255) = 33.14%
R=35.02%
G=31.84%
B=33.14%

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
Decimal24222022900.090.050.05335.4545.8390.59
HexF2DCE5095514f2e5b
Octal3623343450115551756133
Binary111100101101110011100101010011011011010011111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCE5; }

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

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

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

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

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

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

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

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