#F8DFF0

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

Shades of Pig Pink #F8DFF0

Tints of Pig Pink #F8DFF0

Color information

#F8DFF0 (or 0xF8DFF0) is unknown color: approx Pig Pink. HEX triplet: F8, DF and F0. RGB value is (248,223,240). Sum of RGB (Red+Green+Blue) = 248+223+240=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFF0 is #07200F. Grayscale: #E8E8E8. Windows color (decimal): -466960 or 15785976. OLE color: 15785976.

HSL color Cylindrical-coordinate representation of color #F8DFF0: hue angle of 319.2º 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 #F8DFF0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248223240-
CMYK00.100.030.03
HSL319.2º64.1%92.35%-
HSV(B)319.2º10.08%97.25%-
XYZ80.8379.0293.43-
YUV232.41132.28139.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.88%
GREEN value IS 223 (87.5% from 255) = 31.36%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=34.88%
G=31.36%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822324000.100.030.03319.264.192.35
HexF8DFF00A3313f405c
Octal37033736001233477100134
Binary11111000110111111111000001010111110011111110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFF0; }

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

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

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

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

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

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

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

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