#FAD5EA

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

Shades of Pig Pink #FAD5EA

Tints of Pig Pink #FAD5EA

Color information

#FAD5EA (or 0xFAD5EA) is unknown color: approx Pig Pink. HEX triplet: FA, D5 and EA. RGB value is (250,213,234). Sum of RGB (Red+Green+Blue) = 250+213+234=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5EA is #052A15. Grayscale: #E2E2E2. Windows color (decimal): -338454 or 15390202. OLE color: 15390202.

HSL color Cylindrical-coordinate representation of color #FAD5EA: hue angle of 325.95º 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 #FAD5EA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250213234-
CMYK00.150.060.02
HSL325.95º78.72%90.78%-
HSV(B)325.95º14.8%98.04%-
XYZ78.0773.8587.98-
YUV226.46132.26144.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 213 (83.59% from 255) = 30.56%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=35.87%
G=30.56%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021323400.150.060.02325.9578.7290.78
HexFAD5EA0F621464f5b
Octal37232535201762506117133
Binary111110101101010111101010011111101010100011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5EA; }

 p { color: rgb(250,213,234); }

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

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

 a { background-color: rgb(250,213,234); }

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

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

 span { border-color: rgb(250,213,234); }

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