#F1DDF2

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

Shades of Selago #F1DDF2

Tints of Selago #F1DDF2

Color information

#F1DDF2 (or 0xF1DDF2) is unknown color: approx Selago. HEX triplet: F1, DD and F2. RGB value is (241,221,242). Sum of RGB (Red+Green+Blue) = 241+221+242=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDF2 is #0E220D. Grayscale: #E5E5E5. Windows color (decimal): -926222 or 15916529. OLE color: 15916529.

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

Color convert

RGB241221242-
CMYK0.000.0900.05
HSL297.14º44.68%90.78%-
HSV(B)297.14º8.68%94.9%-
XYZ78.1676.8294.71-
YUV229.37135.13136.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 242 (94.92% from 255) = 34.38%
R=34.23%
G=31.39%
B=34.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412212420.000.0900.05297.1444.6890.78
HexF1DDF209051292d5b
Octal3613353620110545155133
Binary1111000111011101111100100100101011001010011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDF2; }

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

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

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

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

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

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

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

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