#F0DCE6

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

Shades of Pig Pink #F0DCE6

Tints of Pig Pink #F0DCE6

Color information

#F0DCE6 (or 0xF0DCE6) is unknown color: approx Pig Pink. HEX triplet: F0, DC and E6. RGB value is (240,220,230). Sum of RGB (Red+Green+Blue) = 240+220+230=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCE6 is #0F2319. Grayscale: #E3E3E3. Windows color (decimal): -992026 or 15129840. OLE color: 15129840.

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

Color convert

RGB240220230-
CMYK00.080.040.06
HSL330º40%90.2%-
HSV(B)330º8.33%94.12%-
XYZ75.8175.4285.43-
YUV227.12129.63137.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.78%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=34.78%
G=31.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022023000.080.040.063304090.2
HexF0DCE6084614a285a
Octal3603343460104651250132
Binary111100001101110011100110010001001101010010101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCE6; }

 p { color: rgb(240,220,230); }

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

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

 a { background-color: rgb(240,220,230); }

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

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

 span { border-color: rgb(240,220,230); }

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