#F5DCEA

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

Shades of Pig Pink #F5DCEA

Tints of Pig Pink #F5DCEA

Color information

#F5DCEA (or 0xF5DCEA) is unknown color: approx Pig Pink. HEX triplet: F5, DC and EA. RGB value is (245,220,234). Sum of RGB (Red+Green+Blue) = 245+220+234=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCEA is #0A2315. Grayscale: #E5E5E5. Windows color (decimal): -664342 or 15391989. OLE color: 15391989.

HSL color Cylindrical-coordinate representation of color #F5DCEA: hue angle of 326.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DCEA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245220234-
CMYK00.100.040.04
HSL326.4º55.56%91.18%-
HSV(B)326.4º10.2%96.08%-
XYZ78.176.5488.5-
YUV229.07130.78139.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=35.05%
G=31.47%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522023400.100.040.04326.455.5691.18
HexF5DCEA0A44146385b
Octal3653343520124450670133
Binary111101011101110011101010010101001001010001101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCEA; }

 p { color: rgb(245,220,234); }

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

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

 a { background-color: rgb(245,220,234); }

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

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

 span { border-color: rgb(245,220,234); }

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