#F0DBE8

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

Shades of Pig Pink #F0DBE8

Tints of Pig Pink #F0DBE8

Color information

#F0DBE8 (or 0xF0DBE8) is unknown color: approx Pig Pink. HEX triplet: F0, DB and E8. RGB value is (240,219,232). Sum of RGB (Red+Green+Blue) = 240+219+232=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBE8 is #0F2417. Grayscale: #E2E2E2. Windows color (decimal): -992280 or 15260656. OLE color: 15260656.

HSL color Cylindrical-coordinate representation of color #F0DBE8: hue angle of 322.86º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DBE8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240219232-
CMYK00.090.030.06
HSL322.86º41.18%90%-
HSV(B)322.86º8.75%94.12%-
XYZ75.8375.0186.83-
YUV226.76130.96137.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=34.73%
G=31.69%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021923200.090.030.06322.8641.1890
HexF0DBE80936143295a
Octal3603333500113650351132
Binary11110000110110111110100001001111101010000111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBE8; }

 p { color: rgb(240,219,232); }

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

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

 a { background-color: rgb(240,219,232); }

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

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

 span { border-color: rgb(240,219,232); }

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