#F1DDF6

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

Shades of Selago #F1DDF6

Tints of Selago #F1DDF6

Color information

#F1DDF6 (or 0xF1DDF6) is unknown color: approx Selago. HEX triplet: F1, DD and F6. RGB value is (241,221,246). Sum of RGB (Red+Green+Blue) = 241+221+246=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1DDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDF6 is #0E2209. Grayscale: #E5E5E5. Windows color (decimal): -926218 or 16178673. OLE color: 16178673.

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

Color convert

RGB241221246-
CMYK0.020.1000.04
HSL288º58.14%91.57%-
HSV(B)288º10.16%96.47%-
XYZ78.7777.0797.91-
YUV229.83137.13135.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 246 (96.48% from 255) = 34.75%
R=34.04%
G=31.21%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412212460.020.1000.0428858.1491.57
HexF1DDF62A041203a5c
Octal3613353662120444072134
Binary11110001110111011111011010101001001001000001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDF6; }

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

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

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

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

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

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

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

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