Html Css Color HEX #F1DBF6 Selago

📋 copy color: '#F1DBF6'

red 241 ◦ green 219 ◦ blue 246

#F1DBF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #F1DBF6

Tints of Selago #F1DBF6

RGB

 RED value IS 241 (94.53% from 255) = 34.14%

 GREEN value IS 219 (85.94% from 255) = 31.02%

 BLUE value IS 246 (96.48% from 255) = 34.84%

R = 34.14%
G = 31.02%
B = 34.84%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F1DBF6 (or 0xF1DBF6) is known color: Selago. HEX triplet: F1, DB and F6. RGB value is (241,219,246). Sum of RGB (Red+Green+Blue) = 241+219+246=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1DBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBF6 is #0E2409. Grayscale: #E4E4E4. Windows color (decimal): -926730 or 16178161. OLE color: 16178161.

HSL color Cylindrical-coordinate representation of color #F1DBF6: hue angle of 288.89º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1DBF6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 219 246 -
CMYK 0.02 0.11 0 0.04
HSL 288.89º 0.6% 0.91% -
HSV(B) 288.89º 0.11% 0.96% -
XYZ 78.24 76.02 97.74 -
YUV 228.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 241 219 246 0.02 0.11 0 0.04 288.89 0.6 0.91
Hex F1 DB F6 2 B 0 4 121 3C 5B
Octal 361 333 366 2 13 0 4 441 74 133
Binary 11110001 11011011 11110110 10 1011 0 100 100100001 111100 1011011

Color Harmonies of #F1DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBF6

Black with #F1DBF6

Text Example


Text Example

White with #F1DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBF6; }

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

 H1.HeaderClassName
 {
   color: #F1DBF6;
 }
 .AnyTagClassName
 {
   color: #F1DBF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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