Html Css Color HEX #F1E0F1 Selago

📋 copy color: '#F1E0F1'

red 241 ◦ green 224 ◦ blue 241

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

Shades of Selago #F1E0F1

Tints of Selago #F1E0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.73%

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

R = 34.14%
G = 31.73%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1E0F1 (or 0xF1E0F1) is known color: Selago. HEX triplet: F1, E0 and F1. RGB value is (241,224,241). Sum of RGB (Red+Green+Blue) = 241+224+241=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E0F1 is #0E1F0E. Grayscale: #E6E6E6. Windows color (decimal): -925455 or 15851761. OLE color: 15851761.

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

Color convert

RGB 241 224 241 -
CMYK 0 0.07 0 0.05
HSL 300º 0.38% 0.91% -
HSV(B) 300º 0.07% 0.95% -
XYZ 78.81 78.36 94.19 -
YUV 231.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 241 224 241 0 0.07 0 0.05 300 0.38 0.91
Hex F1 E0 F1 0 7 0 5 12C 26 5B
Octal 361 340 361 0 7 0 5 454 46 133
Binary 11110001 11100000 11110001 0 111 0 101 100101100 100110 1011011

Color Harmonies of #F1E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E0F1

Black with #F1E0F1

Text Example


Text Example

White with #F1E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E0F1; }

 p { color: rgb(241,224,241); }

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

background-color css

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

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

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

border-color css

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

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

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