#F2DFEB

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

Shades of Pig Pink #F2DFEB

Tints of Pig Pink #F2DFEB

Color information

#F2DFEB (or 0xF2DFEB) is unknown color: approx Pig Pink. HEX triplet: F2, DF and EB. RGB value is (242,223,235). Sum of RGB (Red+Green+Blue) = 242+223+235=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEB is #0D2014. Grayscale: #E6E6E6. Windows color (decimal): -860181 or 15458290. OLE color: 15458290.

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

Color convert

RGB242223235-
CMYK00.080.030.05
HSL322.11º42.22%91.18%-
HSV(B)322.11º7.85%94.9%-
XYZ7877.6589.47-
YUV230.05130.79136.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=34.57%
G=31.86%
B=33.57%

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
Decimal24222323500.080.030.05322.1142.2291.18
HexF2DFEB08351422a5b
Octal3623373530103550252133
Binary11110010110111111110101101000111011010000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFEB; }

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

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

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

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

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

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

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

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