#FADCEB

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

Shades of Pig Pink #FADCEB

Tints of Pig Pink #FADCEB

Color information

#FADCEB (or 0xFADCEB) is unknown color: approx Pig Pink. HEX triplet: FA, DC and EB. RGB value is (250,220,235). Sum of RGB (Red+Green+Blue) = 250+220+235=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEB is #052314. Grayscale: #E6E6E6. Windows color (decimal): -336661 or 15457530. OLE color: 15457530.

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

Color convert

RGB250220235-
CMYK00.120.060.02
HSL330º75%92.16%-
HSV(B)330º12%98.04%-
XYZ80.0177.5189.34-
YUV230.68130.44141.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 235 (92.19% from 255) = 33.33%
R=35.46%
G=31.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023500.120.060.023307592.16
HexFADCEB0C6214a4b5c
Octal37233435301462512113134
Binary111110101101110011101011011001101010100101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCEB; }

 p { color: rgb(250,220,235); }

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

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

 a { background-color: rgb(250,220,235); }

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

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

 span { border-color: rgb(250,220,235); }

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