#F2D7E5

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

Shades of Pig Pink #F2D7E5

Tints of Pig Pink #F2D7E5

Color information

#F2D7E5 (or 0xF2D7E5) is unknown color: approx Pig Pink. HEX triplet: F2, D7 and E5. RGB value is (242,215,229). Sum of RGB (Red+Green+Blue) = 242+215+229=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7E5 is #0D281A. Grayscale: #E0E0E0. Windows color (decimal): -862235 or 15063026. OLE color: 15063026.

HSL color Cylindrical-coordinate representation of color #F2D7E5: hue angle of 328.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7E5 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242215229-
CMYK00.110.050.05
HSL328.89º50.94%89.61%-
HSV(B)328.89º11.16%94.9%-
XYZ75.0673.1484.29-
YUV224.67130.45140.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=35.28%
G=31.34%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221522900.110.050.05328.8950.9489.61
HexF2D7E50B55149335a
Octal3623273450135551163132
Binary111100101101011111100101010111011011010010011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D7E5; }

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

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

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

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

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

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

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

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