Html Css Color HEX #F0E2F2 Selago

📋 copy color: '#F0E2F2'

red 240 ◦ green 226 ◦ blue 242

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

Shades of Selago #F0E2F2

Tints of Selago #F0E2F2

RGB

 RED value IS 240 (94.14% from 255) = 33.9%

 GREEN value IS 226 (88.67% from 255) = 31.92%

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

R = 33.9%
G = 31.92%
B = 34.18%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0E2F2 (or 0xF0E2F2) is known color: Selago. HEX triplet: F0, E2 and F2. RGB value is (240,226,242). Sum of RGB (Red+Green+Blue) = 240+226+242=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0E2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2F2 is #0F1D0D. Grayscale: #E7E7E7. Windows color (decimal): -990478 or 15917808. OLE color: 15917808.

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

Color convert

RGB 240 226 242 -
CMYK 0.01 0.07 0 0.05
HSL 292.5º 0.38% 0.92% -
HSV(B) 292.5º 0.07% 0.95% -
XYZ 79.16 79.33 95.14 -
YUV 232.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 240 226 242 0.01 0.07 0 0.05 292.5 0.38 0.92
Hex F0 E2 F2 1 7 0 5 124 26 5C
Octal 360 342 362 1 7 0 5 444 46 134
Binary 11110000 11100010 11110010 1 111 0 101 100100100 100110 1011100

Color Harmonies of #F0E2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2F2

Black with #F0E2F2

Text Example


Text Example

White with #F0E2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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