#F8DDEB

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

Shades of Pig Pink #F8DDEB

Tints of Pig Pink #F8DDEB

Color information

#F8DDEB (or 0xF8DDEB) is unknown color: approx Pig Pink. HEX triplet: F8, DD and EB. RGB value is (248,221,235). Sum of RGB (Red+Green+Blue) = 248+221+235=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDEB is #072214. Grayscale: #E6E6E6. Windows color (decimal): -467477 or 15457784. OLE color: 15457784.

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

Color convert

RGB248221235-
CMYK00.110.050.03
HSL328.89º65.85%91.96%-
HSV(B)328.89º10.89%97.25%-
XYZ79.5677.6789.4-
YUV230.67130.45140.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=35.23%
G=31.39%
B=33.38%

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
Decimal24822123500.110.050.03328.8965.8591.96
HexF8DDEB0B53149425c
Octal37033535301353511102134
Binary111110001101110111101011010111011110100100110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDEB; }

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

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

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

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

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

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

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

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