#F7DFF0

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

Shades of Pig Pink #F7DFF0

Tints of Pig Pink #F7DFF0

Color information

#F7DFF0 (or 0xF7DFF0) is unknown color: approx Pig Pink. HEX triplet: F7, DF and F0. RGB value is (247,223,240). Sum of RGB (Red+Green+Blue) = 247+223+240=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFF0 is #08200F. Grayscale: #E8E8E8. Windows color (decimal): -532496 or 15785975. OLE color: 15785975.

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

Color convert

RGB247223240-
CMYK00.100.030.03
HSL317.5º60%92.16%-
HSV(B)317.5º9.72%96.86%-
XYZ80.4778.8493.41-
YUV232.11132.45138.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.79%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 240 (94.14% from 255) = 33.80%
R=34.79%
G=31.41%
B=33.80%

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
Decimal24722324000.100.030.03317.56092.16
HexF7DFF00A3313e3c5c
Octal3673373600123347674134
Binary1111011111011111111100000101011111001111101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFF0; }

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

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

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

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

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

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

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

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