Html Css Color HEX #F1DBF7 Selago

📋 copy color: '#F1DBF7'

red 241 ◦ green 219 ◦ blue 247

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

Shades of Selago #F1DBF7

Tints of Selago #F1DBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.94%

R = 34.09%
G = 30.98%
B = 34.94%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1DBF7 (or 0xF1DBF7) is known color: Selago. HEX triplet: F1, DB and F7. RGB value is (241,219,247). Sum of RGB (Red+Green+Blue) = 241+219+247=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1DBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBF7 is #0E2408. Grayscale: #E4E4E4. Windows color (decimal): -926729 or 16243697. OLE color: 16243697.

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

Color convert

RGB 241 219 247 -
CMYK 0.02 0.11 0 0.03
HSL 287.14º 0.64% 0.91% -
HSV(B) 287.14º 0.11% 0.97% -
XYZ 78.4 76.08 98.55 -
YUV 228.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 241 219 247 0.02 0.11 0 0.03 287.14 0.64 0.91
Hex F1 DB F7 2 B 0 3 11F 40 5B
Octal 361 333 367 2 13 0 3 437 100 133
Binary 11110001 11011011 11110111 10 1011 0 11 100011111 1000000 1011011

Color Harmonies of #F1DBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBF7

Black with #F1DBF7

Text Example


Text Example

White with #F1DBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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