#FADAE4

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

Shades of Pig Pink #FADAE4

Tints of Pig Pink #FADAE4

Color information

#FADAE4 (or 0xFADAE4) is unknown color: approx Pig Pink. HEX triplet: FA, DA and E4. RGB value is (250,218,228). Sum of RGB (Red+Green+Blue) = 250+218+228=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAE4 is #05251B. Grayscale: #E4E4E4. Windows color (decimal): -337180 or 14998266. OLE color: 14998266.

HSL color Cylindrical-coordinate representation of color #FADAE4: hue angle of 341.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAE4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250218228-
CMYK00.130.090.02
HSL341.25º76.19%91.76%-
HSV(B)341.25º12.8%98.04%-
XYZ78.576.0783.94-
YUV228.71127.6143.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 228 (89.45% from 255) = 32.76%
R=35.92%
G=31.32%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021822800.130.090.02341.2576.1991.76
HexFADAE40D921554c5c
Octal372332344015112525114134
Binary1111101011011010111001000110110011010101010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAE4; }

 p { color: rgb(250,218,228); }

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

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

 a { background-color: rgb(250,218,228); }

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

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

 span { border-color: rgb(250,218,228); }

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