#F2DEEB

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

Shades of Pig Pink #F2DEEB

Tints of Pig Pink #F2DEEB

Color information

#F2DEEB (or 0xF2DEEB) is unknown color: approx Pig Pink. HEX triplet: F2, DE and EB. RGB value is (242,222,235). Sum of RGB (Red+Green+Blue) = 242+222+235=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEEB is #0D2114. Grayscale: #E5E5E5. Windows color (decimal): -860437 or 15458034. OLE color: 15458034.

HSL color Cylindrical-coordinate representation of color #F2DEEB: hue angle of 321º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEEB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242222235-
CMYK00.080.030.05
HSL321º43.48%90.98%-
HSV(B)321º8.26%94.9%-
XYZ77.7377.1289.39-
YUV229.46131.13136.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=34.62%
G=31.76%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222223500.080.030.0532143.4890.98
HexF2DEEB08351412b5b
Octal3623363530103550153133
Binary11110010110111101110101101000111011010000011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEEB; }

 p { color: rgb(242,222,235); }

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

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

 a { background-color: rgb(242,222,235); }

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

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

 span { border-color: rgb(242,222,235); }

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