Html Css Color HEX #F2E9F1 Selago

📋 copy color: '#F2E9F1'

red 242 ◦ green 233 ◦ blue 241

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

Shades of Selago #F2E9F1

Tints of Selago #F2E9F1

RGB

 RED value IS 242 (94.92% from 255) = 33.8%

 GREEN value IS 233 (91.41% from 255) = 32.54%

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

R = 33.8%
G = 32.54%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2E9F1 (or 0xF2E9F1) is known color: Selago. HEX triplet: F2, E9 and F1. RGB value is (242,233,241). Sum of RGB (Red+Green+Blue) = 242+233+241=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9F1 is #0D160E. Grayscale: #ECECEC. Windows color (decimal): -857615 or 15854066. OLE color: 15854066.

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

Color convert

RGB 242 233 241 -
CMYK 0 0.04 0.00 0.05
HSL 306.67º 0.26% 0.93% -
HSV(B) 306.67º 0.04% 0.95% -
XYZ 81.63 83.51 95.03 -
YUV 236.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 242 233 241 0 0.04 0.00 0.05 306.67 0.26 0.93
Hex F2 E9 F1 0 4 0 5 133 1A 5D
Octal 362 351 361 0 4 0 5 463 32 135
Binary 11110010 11101001 11110001 0 100 0 101 100110011 11010 1011101

Color Harmonies of #F2E9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9F1

Black with #F2E9F1

Text Example


Text Example

White with #F2E9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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