#F8DBEC

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

Shades of Pig Pink #F8DBEC

Tints of Pig Pink #F8DBEC

Color information

#F8DBEC (or 0xF8DBEC) is unknown color: approx Pig Pink. HEX triplet: F8, DB and EC. RGB value is (248,219,236). Sum of RGB (Red+Green+Blue) = 248+219+236=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBEC is #072413. Grayscale: #E5E5E5. Windows color (decimal): -467988 or 15522808. OLE color: 15522808.

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

Color convert

RGB248219236-
CMYK00.120.050.03
HSL324.83º67.44%91.57%-
HSV(B)324.83º11.69%97.25%-
XYZ79.1876.6889.98-
YUV229.61131.61141.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=35.28%
G=31.15%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821923600.120.050.03324.8367.4491.57
HexF8DBEC0C53145435c
Octal37033335401453505103134
Binary111110001101101111101100011001011110100010110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DBEC; }

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

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

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

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

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

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

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

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