#F1D8E1

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

Shades of Pig Pink #F1D8E1

Tints of Pig Pink #F1D8E1

Color information

#F1D8E1 (or 0xF1D8E1) is unknown color: approx Pig Pink. HEX triplet: F1, D8 and E1. RGB value is (241,216,225). Sum of RGB (Red+Green+Blue) = 241+216+225=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8E1 is #0E271E. Grayscale: #E0E0E0. Windows color (decimal): -927519 or 14801137. OLE color: 14801137.

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

Color convert

RGB241216225-
CMYK00.100.070.05
HSL338.4º47.17%89.61%-
HSV(B)338.4º10.37%94.51%-
XYZ74.4273.2581.45-
YUV224.5128.28139.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 216 (84.77% from 255) = 31.67%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=35.34%
G=31.67%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121622500.100.070.05338.447.1789.61
HexF1D8E10A751522f5a
Octal3613303410127552257132
Binary111100011101100011100001010101111011010100101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8E1; }

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

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

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

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

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

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

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

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