#F8DCEF

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

Shades of Pig Pink #F8DCEF

Tints of Pig Pink #F8DCEF

Color information

#F8DCEF (or 0xF8DCEF) is unknown color: approx Pig Pink. HEX triplet: F8, DC and EF. RGB value is (248,220,239). Sum of RGB (Red+Green+Blue) = 248+220+239=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCEF is #072310. Grayscale: #E6E6E6. Windows color (decimal): -467729 or 15719672. OLE color: 15719672.

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

Color convert

RGB248220239-
CMYK00.110.040.03
HSL319.29º66.67%91.76%-
HSV(B)319.29º11.29%97.25%-
XYZ79.8877.3792.39-
YUV230.54132.78140.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.08%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=35.08%
G=31.12%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822023900.110.040.03319.2966.6791.76
HexF8DCEF0B4313f435c
Octal37033435701343477103134
Binary111110001101110011101111010111001110011111110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCEF; }

 p { color: rgb(248,220,239); }

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

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

 a { background-color: rgb(248,220,239); }

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

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

 span { border-color: rgb(248,220,239); }

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