#FAD2E1

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

Shades of Pig Pink #FAD2E1

Tints of Pig Pink #FAD2E1

Color information

#FAD2E1 (or 0xFAD2E1) is unknown color: approx Pig Pink. HEX triplet: FA, D2 and E1. RGB value is (250,210,225). Sum of RGB (Red+Green+Blue) = 250+210+225=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2E1 is #052D1E. Grayscale: #DFDFDF. Windows color (decimal): -339231 or 14799610. OLE color: 14799610.

HSL color Cylindrical-coordinate representation of color #FAD2E1: hue angle of 337.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 #FAD2E1 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250210225-
CMYK00.160.100.02
HSL337.5º80%90.2%-
HSV(B)337.5º16%98.04%-
XYZ76.0671.8581.09-
YUV223.67128.75146.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 210 (82.42% from 255) = 30.66%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=36.50%
G=30.66%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021022500.160.100.02337.58090.2
HexFAD2E1010A2152505a
Octal372322341020122522120132
Binary11111010110100101110000101000010101010101001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2E1; }

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

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

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

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

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

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

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

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