#FAD2EB

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

Shades of Pig Pink #FAD2EB

Tints of Pig Pink #FAD2EB

Color information

#FAD2EB (or 0xFAD2EB) is unknown color: approx Pig Pink. HEX triplet: FA, D2 and EB. RGB value is (250,210,235). Sum of RGB (Red+Green+Blue) = 250+210+235=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2EB is #052D14. Grayscale: #E0E0E0. Windows color (decimal): -339221 or 15454970. OLE color: 15454970.

HSL color Cylindrical-coordinate representation of color #FAD2EB: hue angle of 322.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD2EB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250210235-
CMYK00.160.060.02
HSL322.5º80%90.2%-
HSV(B)322.5º16%98.04%-
XYZ77.4772.4288.49-
YUV224.81133.75145.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 210 (82.42% from 255) = 30.22%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=35.97%
G=30.22%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021023500.160.060.02322.58090.2
HexFAD2EB01062142505a
Octal37232235302062502120132
Binary1111101011010010111010110100001101010100001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2EB; }

 p { color: rgb(250,210,235); }

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

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

 a { background-color: rgb(250,210,235); }

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

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

 span { border-color: rgb(250,210,235); }

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