#F1E2DA

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

Shades of Fair Pink #F1E2DA

Tints of Fair Pink #F1E2DA

Color information

#F1E2DA (or 0xF1E2DA) is unknown color: approx Fair Pink. HEX triplet: F1, E2 and DA. RGB value is (241,226,218). Sum of RGB (Red+Green+Blue) = 241+226+218=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2DA is #0E1D25. Grayscale: #E5E5E5. Windows color (decimal): -924966 or 14344945. OLE color: 14344945.

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

Color convert

RGB241226218-
CMYK00.060.100.05
HSL20.87º45.1%90%-
HSV(B)20.87º9.54%94.51%-
XYZ76.1378.1677.4-
YUV229.57121.47136.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=35.18%
G=32.99%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122621800.060.100.0520.8745.190
HexF1E2DA06A5152d5a
Octal361342332061252555132
Binary11110001111000101101101001101010101101011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2DA; }

 p { color: rgb(241,226,218); }

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

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

 a { background-color: rgb(241,226,218); }

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

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

 span { border-color: rgb(241,226,218); }

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