#F8DCED

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

Shades of Pig Pink #F8DCED

Tints of Pig Pink #F8DCED

Color information

#F8DCED (or 0xF8DCED) is unknown color: approx Pig Pink. HEX triplet: F8, DC and ED. RGB value is (248,220,237). Sum of RGB (Red+Green+Blue) = 248+220+237=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCED is #072312. Grayscale: #E6E6E6. Windows color (decimal): -467731 or 15588600. OLE color: 15588600.

HSL color Cylindrical-coordinate representation of color #F8DCED: hue angle of 323.57º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DCED is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248220237-
CMYK00.110.040.03
HSL323.57º66.67%91.76%-
HSV(B)323.57º11.29%97.25%-
XYZ79.5977.2690.84-
YUV230.31131.78140.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.18%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=35.18%
G=31.21%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822023700.110.040.03323.5766.6791.76
HexF8DCED0B43144435c
Octal37033435501343504103134
Binary111110001101110011101101010111001110100010010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCED; }

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

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

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

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

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

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

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

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