#F5DEEE

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

Shades of Pig Pink #F5DEEE

Tints of Pig Pink #F5DEEE

Color information

#F5DEEE (or 0xF5DEEE) is unknown color: approx Pig Pink. HEX triplet: F5, DE and EE. RGB value is (245,222,238). Sum of RGB (Red+Green+Blue) = 245+222+238=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEEE is #0A2111. Grayscale: #E6E6E6. Windows color (decimal): -663826 or 15654645. OLE color: 15654645.

HSL color Cylindrical-coordinate representation of color #F5DEEE: hue angle of 318.26º degrees, saturation: 0.53, 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 #F5DEEE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245222238-
CMYK00.090.030.04
HSL318.26º53.49%91.57%-
HSV(B)318.26º9.39%96.08%-
XYZ79.2177.8391.74-
YUV230.7132.12138.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.75%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=34.75%
G=31.49%
B=33.76%

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
Decimal24522223800.090.030.04318.2653.4991.57
HexF5DEEE093413e355c
Octal3653363560113447665134
Binary11110101110111101110111001001111001001111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEEE; }

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

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

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

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

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

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

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

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