#F1DFEA

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

Shades of Pig Pink #F1DFEA

Tints of Pig Pink #F1DFEA

Color information

#F1DFEA (or 0xF1DFEA) is unknown color: approx Pig Pink. HEX triplet: F1, DF and EA. RGB value is (241,223,234). Sum of RGB (Red+Green+Blue) = 241+223+234=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFEA is #0E2015. Grayscale: #E5E5E5. Windows color (decimal): -925718 or 15392753. OLE color: 15392753.

HSL color Cylindrical-coordinate representation of color #F1DFEA: hue angle of 323.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1DFEA is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241223234-
CMYK00.070.030.05
HSL323.33º39.13%90.98%-
HSV(B)323.33º7.47%94.51%-
XYZ77.5177.4288.7-
YUV229.64130.46136.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=34.53%
G=31.95%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122323400.070.030.05323.3339.1390.98
HexF1DFEA0735143275b
Octal361337352073550347133
Binary1111000111011111111010100111111011010000111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFEA; }

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

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

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

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

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

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

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

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