#F0DBE7

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

Shades of Pig Pink #F0DBE7

Tints of Pig Pink #F0DBE7

Color information

#F0DBE7 (or 0xF0DBE7) is unknown color: approx Pig Pink. HEX triplet: F0, DB and E7. RGB value is (240,219,231). Sum of RGB (Red+Green+Blue) = 240+219+231=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBE7 is #0F2418. Grayscale: #E2E2E2. Windows color (decimal): -992281 or 15195120. OLE color: 15195120.

HSL color Cylindrical-coordinate representation of color #F0DBE7: hue angle of 325.71º 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 #F0DBE7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240219231-
CMYK00.090.040.06
HSL325.71º41.18%90%-
HSV(B)325.71º8.75%94.12%-
XYZ75.6974.9686.08-
YUV226.65130.46137.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.78%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=34.78%
G=31.74%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021923100.090.040.06325.7141.1890
HexF0DBE70946146295a
Octal3603333470114650651132
Binary111100001101101111100111010011001101010001101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBE7; }

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

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

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

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

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

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

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

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