#F8DCEC

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

Shades of Pig Pink #F8DCEC

Tints of Pig Pink #F8DCEC

Color information

#F8DCEC (or 0xF8DCEC) is unknown color: approx Pig Pink. HEX triplet: F8, DC and EC. RGB value is (248,220,236). Sum of RGB (Red+Green+Blue) = 248+220+236=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCEC is #072313. Grayscale: #E6E6E6. Windows color (decimal): -467732 or 15523064. OLE color: 15523064.

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

Color convert

RGB248220236-
CMYK00.110.050.03
HSL325.71º66.67%91.76%-
HSV(B)325.71º11.29%97.25%-
XYZ79.4477.290.07-
YUV230.2131.28140.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=35.23%
G=31.25%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822023600.110.050.03325.7166.6791.76
HexF8DCEC0B53146435c
Octal37033435401353506103134
Binary111110001101110011101100010111011110100011010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCEC; }

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

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

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

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

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

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

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

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