#F8DCEB

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

Shades of Pig Pink #F8DCEB

Tints of Pig Pink #F8DCEB

Color information

#F8DCEB (or 0xF8DCEB) is unknown color: approx Pig Pink. HEX triplet: F8, DC and EB. RGB value is (248,220,235). Sum of RGB (Red+Green+Blue) = 248+220+235=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCEB is #072314. Grayscale: #E6E6E6. Windows color (decimal): -467733 or 15457528. OLE color: 15457528.

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

Color convert

RGB248220235-
CMYK00.110.050.03
HSL327.86º66.67%91.76%-
HSV(B)327.86º11.29%97.25%-
XYZ79.377.1489.31-
YUV230.08130.78140.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=35.28%
G=31.29%
B=33.43%

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
Decimal24822023500.110.050.03327.8666.6791.76
HexF8DCEB0B53148435c
Octal37033435301353510103134
Binary111110001101110011101011010111011110100100010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCEB; }

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

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

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

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

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

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

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

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