#F0D7E1

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

Shades of Pig Pink #F0D7E1

Tints of Pig Pink #F0D7E1

Color information

#F0D7E1 (or 0xF0D7E1) is unknown color: approx Pig Pink. HEX triplet: F0, D7 and E1. RGB value is (240,215,225). Sum of RGB (Red+Green+Blue) = 240+215+225=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7E1 is #0F281E. Grayscale: #DFDFDF. Windows color (decimal): -993311 or 14800880. OLE color: 14800880.

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

Color convert

RGB240215225-
CMYK00.100.060.06
HSL336º45.45%89.22%-
HSV(B)336º10.42%94.12%-
XYZ73.8372.5681.35-
YUV223.61128.78139.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 215 (84.38% from 255) = 31.62%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=35.29%
G=31.62%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021522500.100.060.0633645.4589.22
HexF0D7E10A661502d59
Octal3603273410126652055131
Binary111100001101011111100001010101101101010100001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7E1; }

 p { color: rgb(240,215,225); }

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

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

 a { background-color: rgb(240,215,225); }

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

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

 span { border-color: rgb(240,215,225); }

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