#F1DBF3

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

Shades of Selago #F1DBF3

Tints of Selago #F1DBF3

Color information

#F1DBF3 (or 0xF1DBF3) is unknown color: approx Selago. HEX triplet: F1, DB and F3. RGB value is (241,219,243). Sum of RGB (Red+Green+Blue) = 241+219+243=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBF3 is #0E240C. Grayscale: #E4E4E4. Windows color (decimal): -926733 or 15981553. OLE color: 15981553.

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

Color convert

RGB241219243-
CMYK0.010.1000.05
HSL295º50%90.59%-
HSV(B)295º9.88%95.29%-
XYZ77.7875.8395.33-
YUV228.31136.29137.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.28%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 243 (95.31% from 255) = 34.57%
R=34.28%
G=31.15%
B=34.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412192430.010.1000.052955090.59
HexF1DBF31A05127325b
Octal3613333631120544762133
Binary1111000111011011111100111101001011001001111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBF3; }

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

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

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

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

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

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

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

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