Html Css Color HEX #F2E8F0 Selago

📋 copy color: '#F2E8F0'

red 242 ◦ green 232 ◦ blue 240

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

Shades of Selago #F2E8F0

Tints of Selago #F2E8F0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.49%

 BLUE value IS 240 (94.14% from 255) = 33.61%

R = 33.89%
G = 32.49%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2E8F0 (or 0xF2E8F0) is known color: Selago. HEX triplet: F2, E8 and F0. RGB value is (242,232,240). Sum of RGB (Red+Green+Blue) = 242+232+240=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8F0 is #0D170F. Grayscale: #EBEBEB. Windows color (decimal): -857872 or 15788274. OLE color: 15788274.

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

Color convert

RGB 242 232 240 -
CMYK 0 0.04 0.01 0.05
HSL 312º 0.28% 0.93% -
HSV(B) 312º 0.04% 0.95% -
XYZ 81.2 82.88 94.16 -
YUV 235.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 242 232 240 0 0.04 0.01 0.05 312 0.28 0.93
Hex F2 E8 F0 0 4 1 5 138 1C 5D
Octal 362 350 360 0 4 1 5 470 34 135
Binary 11110010 11101000 11110000 0 100 1 101 100111000 11100 1011101

Color Harmonies of #F2E8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8F0

Black with #F2E8F0

Text Example


Text Example

White with #F2E8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8F0; }

 p { color: rgb(242,232,240); }

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

background-color css

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

 a { background-color: rgb(242,232,240); }

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

border-color css

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

 span { border-color: rgb(242,232,240); }

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