#F8D5EB

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

Shades of Pig Pink #F8D5EB

Tints of Pig Pink #F8D5EB

Color information

#F8D5EB (or 0xF8D5EB) is unknown color: approx Pig Pink. HEX triplet: F8, D5 and EB. RGB value is (248,213,235). Sum of RGB (Red+Green+Blue) = 248+213+235=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 213 (83.59% from 255 or 30.60% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5EB is #072A14. Grayscale: #E1E1E1. Windows color (decimal): -469525 or 15455736. OLE color: 15455736.

HSL color Cylindrical-coordinate representation of color #F8D5EB: hue angle of 322.29º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5EB is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248213235-
CMYK00.140.050.03
HSL322.29º71.43%90.39%-
HSV(B)322.29º14.11%97.25%-
XYZ77.573.5488.71-
YUV225.97133.1143.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.63%
GREEN value IS 213 (83.59% from 255) = 30.60%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=35.63%
G=30.60%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821323500.140.050.03322.2971.4390.39
HexF8D5EB0E53142475a
Octal37032535301653502107132
Binary111110001101010111101011011101011110100001010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5EB; }

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

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

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

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

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

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

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

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