#F5DEE8

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

Shades of Pig Pink #F5DEE8

Tints of Pig Pink #F5DEE8

Color information

#F5DEE8 (or 0xF5DEE8) is unknown color: approx Pig Pink. HEX triplet: F5, DE and E8. RGB value is (245,222,232). Sum of RGB (Red+Green+Blue) = 245+222+232=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEE8 is #0A2117. Grayscale: #E6E6E6. Windows color (decimal): -663832 or 15261429. OLE color: 15261429.

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

Color convert

RGB245222232-
CMYK00.090.050.04
HSL333.91º53.49%91.57%-
HSV(B)333.91º9.39%96.08%-
XYZ78.3477.4887.17-
YUV230.02129.12138.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 232 (91.02% from 255) = 33.19%
R=35.05%
G=31.76%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522223200.090.050.04333.9153.4991.57
HexF5DEE8095414e355c
Octal3653363500115451665134
Binary111101011101111011101000010011011001010011101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DEE8; }

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

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

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

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

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

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

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

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