Html Css Color HEX #F1EAF2 Selago

📋 copy color: '#F1EAF2'

red 241 ◦ green 234 ◦ blue 242

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

Shades of Selago #F1EAF2

Tints of Selago #F1EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.64%

 BLUE value IS 242 (94.92% from 255) = 33.75%

R = 33.61%
G = 32.64%
B = 33.75%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1EAF2 (or 0xF1EAF2) is known color: Selago. HEX triplet: F1, EA and F2. RGB value is (241,234,242). Sum of RGB (Red+Green+Blue) = 241+234+242=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1EAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAF2 is #0E150D. Grayscale: #ECECEC. Windows color (decimal): -922894 or 15919857. OLE color: 15919857.

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

Color convert

RGB 241 234 242 -
CMYK 0.00 0.03 0 0.05
HSL 292.5º 0.24% 0.93% -
HSV(B) 292.5º 0.03% 0.95% -
XYZ 81.73 83.96 95.9 -
YUV 237.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 241 234 242 0.00 0.03 0 0.05 292.5 0.24 0.93
Hex F1 EA F2 0 3 0 5 124 18 5D
Octal 361 352 362 0 3 0 5 444 30 135
Binary 11110001 11101010 11110010 0 11 0 101 100100100 11000 1011101

Color Harmonies of #F1EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EAF2

Black with #F1EAF2

Text Example


Text Example

White with #F1EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EAF2; }

 p { color: rgb(241,234,242); }

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

background-color css

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

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

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

border-color css

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

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

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