Html Css Color HEX #F1E6EF Selago

📋 copy color: '#F1E6EF'

red 241 ◦ green 230 ◦ blue 239

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

Shades of Selago #F1E6EF

Tints of Selago #F1E6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.39%

 BLUE value IS 239 (93.75% from 255) = 33.66%

R = 33.94%
G = 32.39%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1E6EF (or 0xF1E6EF) is known color: Selago. HEX triplet: F1, E6 and EF. RGB value is (241,230,239). Sum of RGB (Red+Green+Blue) = 241+230+239=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6EF is #0E1910. Grayscale: #EAEAEA. Windows color (decimal): -923921 or 15722225. OLE color: 15722225.

HSL color Cylindrical-coordinate representation of color #F1E6EF: hue angle of 310.91º degrees, saturation: 0.28, 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 #F1E6EF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 230 239 -
CMYK 0 0.05 0.01 0.05
HSL 310.91º 0.28% 0.92% -
HSV(B) 310.91º 0.05% 0.95% -
XYZ 80.15 81.53 93.17 -
YUV 234.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 241 230 239 0 0.05 0.01 0.05 310.91 0.28 0.92
Hex F1 E6 EF 0 5 1 5 137 1C 5C
Octal 361 346 357 0 5 1 5 467 34 134
Binary 11110001 11100110 11101111 0 101 1 101 100110111 11100 1011100

Color Harmonies of #F1E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6EF

Black with #F1E6EF

Text Example


Text Example

White with #F1E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6EF; }

 p { color: rgb(241,230,239); }

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

background-color css

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

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

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

border-color css

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

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

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