#F1DFF6

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

Shades of Selago #F1DFF6

Tints of Selago #F1DFF6

Color information

#F1DFF6 (or 0xF1DFF6) is unknown color: approx Selago. HEX triplet: F1, DF and F6. RGB value is (241,223,246). Sum of RGB (Red+Green+Blue) = 241+223+246=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1DFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFF6 is #0E2009. Grayscale: #E6E6E6. Windows color (decimal): -925706 or 16179185. OLE color: 16179185.

HSL color Cylindrical-coordinate representation of color #F1DFF6: hue angle of 286.96º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DFF6 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB241223246-
CMYK0.020.0900.04
HSL286.96º56.1%91.96%-
HSV(B)286.96º9.35%96.47%-
XYZ79.378.1398.09-
YUV231136.46135.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 246 (96.48% from 255) = 34.65%
R=33.94%
G=31.41%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412232460.020.0900.04286.9656.191.96
HexF1DFF6290411f385c
Octal3613373662110443770134
Binary11110001110111111111011010100101001000111111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFF6; }

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

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

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

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

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

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

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

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