Html Css Color HEX #F2E9F0 Selago

📋 copy color: '#F2E9F0'

red 242 ◦ green 233 ◦ blue 240

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

Shades of Selago #F2E9F0

Tints of Selago #F2E9F0

RGB

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

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

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

R = 33.85%
G = 32.59%
B = 33.57%

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

#F2E9F0 (or 0xF2E9F0) is known color: Selago. HEX triplet: F2, E9 and F0. RGB value is (242,233,240). Sum of RGB (Red+Green+Blue) = 242+233+240=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9F0 is #0D160F. Grayscale: #ECECEC. Windows color (decimal): -857616 or 15788530. OLE color: 15788530.

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

Color convert

RGB 242 233 240 -
CMYK 0 0.04 0.01 0.05
HSL 313.33º 0.26% 0.93% -
HSV(B) 313.33º 0.04% 0.95% -
XYZ 81.49 83.45 94.25 -
YUV 236.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 242 233 240 0 0.04 0.01 0.05 313.33 0.26 0.93
Hex F2 E9 F0 0 4 1 5 139 1A 5D
Octal 362 351 360 0 4 1 5 471 32 135
Binary 11110010 11101001 11110000 0 100 1 101 100111001 11010 1011101

Color Harmonies of #F2E9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9F0

Black with #F2E9F0

Text Example


Text Example

White with #F2E9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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