#F1DFF1

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

Shades of Selago #F1DFF1

Tints of Selago #F1DFF1

Color information

#F1DFF1 (or 0xF1DFF1) is unknown color: approx Selago. HEX triplet: F1, DF and F1. RGB value is (241,223,241). Sum of RGB (Red+Green+Blue) = 241+223+241=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1DFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFF1 is #0E200E. Grayscale: #E6E6E6. Windows color (decimal): -925711 or 15851505. OLE color: 15851505.

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

Color convert

RGB241223241-
CMYK00.0700.05
HSL300º39.13%90.98%-
HSV(B)300º7.47%94.51%-
XYZ78.5477.8394.1-
YUV230.43133.96135.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.18%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=34.18%
G=31.63%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122324100.0700.0530039.1390.98
HexF1DFF1070512c275b
Octal361337361070545447133
Binary111100011101111111110001011101011001011001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFF1; }

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

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

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

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

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

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

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

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