#F1E3DA

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

Shades of Fair Pink #F1E3DA

Tints of Fair Pink #F1E3DA

Color information

#F1E3DA (or 0xF1E3DA) is unknown color: approx Fair Pink. HEX triplet: F1, E3 and DA. RGB value is (241,227,218). Sum of RGB (Red+Green+Blue) = 241+227+218=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3DA is #0E1C25. Grayscale: #E6E6E6. Windows color (decimal): -924710 or 14345201. OLE color: 14345201.

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

Color convert

RGB241227218-
CMYK00.060.100.05
HSL23.48º45.1%90%-
HSV(B)23.48º9.54%94.51%-
XYZ76.478.777.49-
YUV230.16121.14135.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=35.13%
G=33.09%
B=31.78%

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
Decimal24122721800.060.100.0523.4845.190
HexF1E3DA06A5172d5a
Octal361343332061252755132
Binary11110001111000111101101001101010101101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3DA; }

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

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

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

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

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

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

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

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