#F1DDF1

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

Shades of Selago #F1DDF1

Tints of Selago #F1DDF1

Color information

#F1DDF1 (or 0xF1DDF1) is unknown color: approx Selago. HEX triplet: F1, DD and F1. RGB value is (241,221,241). Sum of RGB (Red+Green+Blue) = 241+221+241=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDF1 is #0E220E. Grayscale: #E5E5E5. Windows color (decimal): -926223 or 15850993. OLE color: 15850993.

HSL color Cylindrical-coordinate representation of color #F1DDF1: hue angle of 300º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1DDF1 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241221241-
CMYK00.0800.05
HSL300º41.67%90.59%-
HSV(B)300º8.3%94.51%-
XYZ78.0176.7693.92-
YUV229.26134.63136.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.28%
GREEN value IS 221 (86.72% from 255) = 31.44%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=34.28%
G=31.44%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122124100.0800.0530041.6790.59
HexF1DDF1080512c2a5b
Octal3613353610100545452133
Binary1111000111011101111100010100001011001011001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDF1; }

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

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

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

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

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

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

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

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