#FAD6EE

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

Shades of Pig Pink #FAD6EE

Tints of Pig Pink #FAD6EE

Color information

#FAD6EE (or 0xFAD6EE) is unknown color: approx Pig Pink. HEX triplet: FA, D6 and EE. RGB value is (250,214,238). Sum of RGB (Red+Green+Blue) = 250+214+238=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 214 (83.98% from 255 or 30.48% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD6EE is #052911. Grayscale: #E3E3E3. Windows color (decimal): -338194 or 15652602. OLE color: 15652602.

HSL color Cylindrical-coordinate representation of color #FAD6EE: hue angle of 320º degrees, saturation: 0.78, 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 #FAD6EE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250214238-
CMYK00.140.050.02
HSL320º78.26%90.98%-
HSV(B)320º14.4%98.04%-
XYZ78.974.5991.13-
YUV227.5133.93144.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 214 (83.98% from 255) = 30.48%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=35.61%
G=30.48%
B=33.90%

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
Decimal25021423800.140.050.0232078.2690.98
HexFAD6EE0E521404e5b
Octal37232635601652500116133
Binary111110101101011011101110011101011010100000010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6EE; }

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

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

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

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

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

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

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

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