#F2DCE4

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

Shades of Pig Pink #F2DCE4

Tints of Pig Pink #F2DCE4

Color information

#F2DCE4 (or 0xF2DCE4) is unknown color: approx Pig Pink. HEX triplet: F2, DC and E4. RGB value is (242,220,228). Sum of RGB (Red+Green+Blue) = 242+220+228=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE4 is #0D231B. Grayscale: #E3E3E3. Windows color (decimal): -860956 or 14998770. OLE color: 14998770.

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

Color convert

RGB242220228-
CMYK00.090.060.05
HSL338.18º45.83%90.59%-
HSV(B)338.18º9.09%94.9%-
XYZ76.2175.6783.99-
YUV227.49128.29138.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 228 (89.45% from 255) = 33.04%
R=35.07%
G=31.88%
B=33.04%

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
Decimal24222022800.090.060.05338.1845.8390.59
HexF2DCE409651522e5b
Octal3623343440116552256133
Binary111100101101110011100100010011101011010100101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCE4; }

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

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

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

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

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

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

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

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