#F2DCEA

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

Shades of Pig Pink #F2DCEA

Tints of Pig Pink #F2DCEA

Color information

#F2DCEA (or 0xF2DCEA) is unknown color: approx Pig Pink. HEX triplet: F2, DC and EA. RGB value is (242,220,234). Sum of RGB (Red+Green+Blue) = 242+220+234=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEA is #0D2315. Grayscale: #E4E4E4. Windows color (decimal): -860950 or 15391986. OLE color: 15391986.

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

Color convert

RGB242220234-
CMYK00.090.030.05
HSL321.82º45.83%90.59%-
HSV(B)321.82º9.09%94.9%-
XYZ77.067688.45-
YUV228.17131.29137.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.77%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 234 (91.80% from 255) = 33.62%
R=34.77%
G=31.61%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222023400.090.030.05321.8245.8390.59
HexF2DCEA09351422e5b
Octal3623343520113550256133
Binary11110010110111001110101001001111011010000101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCEA; }

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

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

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

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

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

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

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

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