#F1E6DF

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

Shades of Fair Pink #F1E6DF

Tints of Fair Pink #F1E6DF

Color information

#F1E6DF (or 0xF1E6DF) is unknown color: approx Fair Pink. HEX triplet: F1, E6 and DF. RGB value is (241,230,223). Sum of RGB (Red+Green+Blue) = 241+230+223=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6DF is #0E1920. Grayscale: #E8E8E8. Windows color (decimal): -923937 or 14673649. OLE color: 14673649.

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

Color convert

RGB241230223-
CMYK00.050.070.05
HSL23.33º39.13%90.98%-
HSV(B)23.33º7.47%94.51%-
XYZ77.8980.6281.27-
YUV232.49122.64134.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 230 (90.23% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=34.73%
G=33.14%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123022300.050.070.0523.3339.1390.98
HexF1E6DF057517275b
Octal36134633705752747133
Binary1111000111100110110111110101111101101111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6DF; }

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

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

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

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

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

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

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

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