#F1DFF3

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

Shades of Selago #F1DFF3

Tints of Selago #F1DFF3

Color information

#F1DFF3 (or 0xF1DFF3) is unknown color: approx Selago. HEX triplet: F1, DF and F3. RGB value is (241,223,243). Sum of RGB (Red+Green+Blue) = 241+223+243=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFF3 is #0E200C. Grayscale: #E6E6E6. Windows color (decimal): -925709 or 15982577. OLE color: 15982577.

HSL color Cylindrical-coordinate representation of color #F1DFF3: hue angle of 294º degrees, saturation: 0.45, 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 #F1DFF3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241223243-
CMYK0.010.0800.05
HSL294º45.45%91.37%-
HSV(B)294º8.23%95.29%-
XYZ78.8477.9595.68-
YUV230.66134.96135.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 243 (95.31% from 255) = 34.37%
R=34.09%
G=31.54%
B=34.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412232430.010.0800.0529445.4591.37
HexF1DFF318051262d5b
Octal3613373631100544655133
Binary1111000111011111111100111100001011001001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFF3; }

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

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

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

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

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

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

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

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