#F1DFEB

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

Shades of Pig Pink #F1DFEB

Tints of Pig Pink #F1DFEB

Color information

#F1DFEB (or 0xF1DFEB) is unknown color: approx Pig Pink. HEX triplet: F1, DF and EB. RGB value is (241,223,235). Sum of RGB (Red+Green+Blue) = 241+223+235=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFEB is #0E2014. Grayscale: #E5E5E5. Windows color (decimal): -925717 or 15458289. OLE color: 15458289.

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

Color convert

RGB241223235-
CMYK00.070.020.05
HSL320º39.13%90.98%-
HSV(B)320º7.47%94.51%-
XYZ77.6677.4789.46-
YUV229.75130.96136.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.48%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=34.48%
G=31.90%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122323500.070.020.0532039.1390.98
HexF1DFEB0725140275b
Octal361337353072550047133
Binary1111000111011111111010110111101011010000001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFEB; }

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

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

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

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

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

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

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

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