#F5DFEE

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

Shades of Pig Pink #F5DFEE

Tints of Pig Pink #F5DFEE

Color information

#F5DFEE (or 0xF5DFEE) is unknown color: approx Pig Pink. HEX triplet: F5, DF and EE. RGB value is (245,223,238). Sum of RGB (Red+Green+Blue) = 245+223+238=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFEE is #0A2011. Grayscale: #E7E7E7. Windows color (decimal): -663570 or 15654901. OLE color: 15654901.

HSL color Cylindrical-coordinate representation of color #F5DFEE: hue angle of 319.09º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFEE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245223238-
CMYK00.090.030.04
HSL319.09º52.38%91.76%-
HSV(B)319.09º8.98%96.08%-
XYZ79.4878.3691.83-
YUV231.29131.79137.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.70%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=34.70%
G=31.59%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522323800.090.030.04319.0952.3891.76
HexF5DFEE093413f345c
Octal3653373560113447764134
Binary11110101110111111110111001001111001001111111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFEE; }

 p { color: rgb(245,223,238); }

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

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

 a { background-color: rgb(245,223,238); }

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

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

 span { border-color: rgb(245,223,238); }

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