#F8DFEA

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

Shades of Pig Pink #F8DFEA

Tints of Pig Pink #F8DFEA

Color information

#F8DFEA (or 0xF8DFEA) is unknown color: approx Pig Pink. HEX triplet: F8, DF and EA. RGB value is (248,223,234). Sum of RGB (Red+Green+Blue) = 248+223+234=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFEA is #072015. Grayscale: #E7E7E7. Windows color (decimal): -466966 or 15392760. OLE color: 15392760.

HSL color Cylindrical-coordinate representation of color #F8DFEA: hue angle of 333.6º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DFEA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248223234-
CMYK00.100.060.03
HSL333.6º64.1%92.35%-
HSV(B)333.6º10.08%97.25%-
XYZ79.9578.6788.81-
YUV231.73129.28139.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.18%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=35.18%
G=31.63%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822323400.100.060.03333.664.192.35
HexF8DFEA0A6314e405c
Octal37033735201263516100134
Binary111110001101111111101010010101101110100111010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFEA; }

 p { color: rgb(248,223,234); }

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

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

 a { background-color: rgb(248,223,234); }

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

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

 span { border-color: rgb(248,223,234); }

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