#F8DBEB

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

Shades of Pig Pink #F8DBEB

Tints of Pig Pink #F8DBEB

Color information

#F8DBEB (or 0xF8DBEB) is unknown color: approx Pig Pink. HEX triplet: F8, DB and EB. RGB value is (248,219,235). Sum of RGB (Red+Green+Blue) = 248+219+235=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBEB is #072414. Grayscale: #E5E5E5. Windows color (decimal): -467989 or 15457272. OLE color: 15457272.

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

Color convert

RGB248219235-
CMYK00.120.050.03
HSL326.9º67.44%91.57%-
HSV(B)326.9º11.69%97.25%-
XYZ79.0476.6289.22-
YUV229.49131.11141.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 219 (85.94% from 255) = 31.20%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=35.33%
G=31.20%
B=33.48%

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
Decimal24821923500.120.050.03326.967.4491.57
HexF8DBEB0C53147435c
Octal37033335301453507103134
Binary111110001101101111101011011001011110100011110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DBEB; }

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

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

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

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

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

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

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

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