#FADCED

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

Shades of Pig Pink #FADCED

Tints of Pig Pink #FADCED

Color information

#FADCED (or 0xFADCED) is unknown color: approx Pig Pink. HEX triplet: FA, DC and ED. RGB value is (250,220,237). Sum of RGB (Red+Green+Blue) = 250+220+237=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCED is #052312. Grayscale: #E6E6E6. Windows color (decimal): -336659 or 15588602. OLE color: 15588602.

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

Color convert

RGB250220237-
CMYK00.120.050.02
HSL326º75%92.16%-
HSV(B)326º12%98.04%-
XYZ80.377.6290.87-
YUV230.91131.44141.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=35.36%
G=31.12%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023700.120.050.023267592.16
HexFADCED0C521464b5c
Octal37233435501452506113134
Binary111110101101110011101101011001011010100011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCED; }

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

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

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

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

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

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

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

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