#F0D9E4

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

Shades of Pig Pink #F0D9E4

Tints of Pig Pink #F0D9E4

Color information

#F0D9E4 (or 0xF0D9E4) is unknown color: approx Pig Pink. HEX triplet: F0, D9 and E4. RGB value is (240,217,228). Sum of RGB (Red+Green+Blue) = 240+217+228=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9E4 is #0F261B. Grayscale: #E1E1E1. Windows color (decimal): -992796 or 14998000. OLE color: 14998000.

HSL color Cylindrical-coordinate representation of color #F0D9E4: hue angle of 331.3º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9E4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240217228-
CMYK00.100.050.06
HSL331.3º43.4%89.61%-
HSV(B)331.3º9.58%94.12%-
XYZ74.7573.7583.69-
YUV225.13129.62138.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 217 (85.16% from 255) = 31.68%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=35.04%
G=31.68%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021722800.100.050.06331.343.489.61
HexF0D9E40A5614b2b5a
Octal3603313440125651353132
Binary111100001101100111100100010101011101010010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9E4; }

 p { color: rgb(240,217,228); }

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

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

 a { background-color: rgb(240,217,228); }

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

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

 span { border-color: rgb(240,217,228); }

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