Html Css Color HEX #F1E4F1 Selago

📋 copy color: '#F1E4F1'

red 241 ◦ green 228 ◦ blue 241

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

Shades of Selago #F1E4F1

Tints of Selago #F1E4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.11%

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

R = 33.94%
G = 32.11%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1E4F1 (or 0xF1E4F1) is known color: Selago. HEX triplet: F1, E4 and F1. RGB value is (241,228,241). Sum of RGB (Red+Green+Blue) = 241+228+241=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1E4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4F1 is #0E1B0E. Grayscale: #E9E9E9. Windows color (decimal): -924431 or 15852785. OLE color: 15852785.

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

Color convert

RGB 241 228 241 -
CMYK 0 0.05 0 0.05
HSL 300º 0.32% 0.92% -
HSV(B) 300º 0.05% 0.95% -
XYZ 79.9 80.54 94.55 -
YUV 233.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 241 228 241 0 0.05 0 0.05 300 0.32 0.92
Hex F1 E4 F1 0 5 0 5 12C 20 5C
Octal 361 344 361 0 5 0 5 454 40 134
Binary 11110001 11100100 11110001 0 101 0 101 100101100 100000 1011100

Color Harmonies of #F1E4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4F1

Black with #F1E4F1

Text Example


Text Example

White with #F1E4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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