#FAD4ED

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

Shades of Pig Pink #FAD4ED

Tints of Pig Pink #FAD4ED

Color information

#FAD4ED (or 0xFAD4ED) is unknown color: approx Pig Pink. HEX triplet: FA, D4 and ED. RGB value is (250,212,237). Sum of RGB (Red+Green+Blue) = 250+212+237=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4ED is #052B12. Grayscale: #E2E2E2. Windows color (decimal): -338707 or 15586554. OLE color: 15586554.

HSL color Cylindrical-coordinate representation of color #FAD4ED: hue angle of 320.53º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4ED is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250212237-
CMYK00.150.050.02
HSL320.53º79.17%90.59%-
HSV(B)320.53º15.2%98.04%-
XYZ78.2573.5390.19-
YUV226.21134.09144.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 212 (83.20% from 255) = 30.33%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=35.77%
G=30.33%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021223700.150.050.02320.5379.1790.59
HexFAD4ED0F521414f5b
Octal37232435501752501117133
Binary111110101101010011101101011111011010100000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4ED; }

 p { color: rgb(250,212,237); }

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

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

 a { background-color: rgb(250,212,237); }

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

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

 span { border-color: rgb(250,212,237); }

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