#F0D7E3

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

Shades of Pig Pink #F0D7E3

Tints of Pig Pink #F0D7E3

Color information

#F0D7E3 (or 0xF0D7E3) is unknown color: approx Pig Pink. HEX triplet: F0, D7 and E3. RGB value is (240,215,227). Sum of RGB (Red+Green+Blue) = 240+215+227=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7E3 is #0F281C. Grayscale: #DFDFDF. Windows color (decimal): -993309 or 14931952. OLE color: 14931952.

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

Color convert

RGB240215227-
CMYK00.100.050.06
HSL331.2º45.45%89.22%-
HSV(B)331.2º10.42%94.12%-
XYZ74.172.6782.79-
YUV223.84129.78139.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=35.19%
G=31.52%
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
Decimal24021522700.100.050.06331.245.4589.22
HexF0D7E30A5614b2d59
Octal3603273430125651355131
Binary111100001101011111100011010101011101010010111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D7E3; }

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

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

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

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

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

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

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

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