#F1D8E5

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

Shades of Pig Pink #F1D8E5

Tints of Pig Pink #F1D8E5

Color information

#F1D8E5 (or 0xF1D8E5) is unknown color: approx Pig Pink. HEX triplet: F1, D8 and E5. RGB value is (241,216,229). Sum of RGB (Red+Green+Blue) = 241+216+229=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8E5 is #0E271A. Grayscale: #E0E0E0. Windows color (decimal): -927515 or 15063281. OLE color: 15063281.

HSL color Cylindrical-coordinate representation of color #F1D8E5: hue angle of 328.8º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8E5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241216229-
CMYK00.100.050.05
HSL328.8º47.17%89.61%-
HSV(B)328.8º10.37%94.51%-
XYZ74.9773.4784.36-
YUV224.96130.28139.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=35.13%
G=31.49%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121622900.100.050.05328.847.1789.61
HexF1D8E50A551492f5a
Octal3613303450125551157132
Binary111100011101100011100101010101011011010010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8E5; }

 p { color: rgb(241,216,229); }

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

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

 a { background-color: rgb(241,216,229); }

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

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

 span { border-color: rgb(241,216,229); }

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