#FAD8EE

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

Shades of Pig Pink #FAD8EE

Tints of Pig Pink #FAD8EE

Color information

#FAD8EE (or 0xFAD8EE) is unknown color: approx Pig Pink. HEX triplet: FA, D8 and EE. RGB value is (250,216,238). Sum of RGB (Red+Green+Blue) = 250+216+238=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD8EE is #052711. Grayscale: #E4E4E4. Windows color (decimal): -337682 or 15653114. OLE color: 15653114.

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

Color convert

RGB250216238-
CMYK00.140.050.02
HSL321.18º77.27%91.37%-
HSV(B)321.18º13.6%98.04%-
XYZ79.4175.6191.3-
YUV228.67133.26143.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 216 (84.77% from 255) = 30.68%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=35.51%
G=30.68%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021623800.140.050.02321.1877.2791.37
HexFAD8EE0E521414d5b
Octal37233035601652501115133
Binary111110101101100011101110011101011010100000110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8EE; }

 p { color: rgb(250,216,238); }

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

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

 a { background-color: rgb(250,216,238); }

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

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

 span { border-color: rgb(250,216,238); }

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