Html Css Color HEX #F0E7EF Selago

📋 copy color: '#F0E7EF'

red 240 ◦ green 231 ◦ blue 239

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

Shades of Selago #F0E7EF

Tints of Selago #F0E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.54%

 BLUE value IS 239 (93.75% 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.06

RGB Variations

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

Color information

#F0E7EF (or 0xF0E7EF) is known color: Selago. HEX triplet: F0, E7 and EF. RGB value is (240,231,239). Sum of RGB (Red+Green+Blue) = 240+231+239=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7EF is #0F1810. Grayscale: #EAEAEA. Windows color (decimal): -989201 or 15722480. OLE color: 15722480.

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

Color convert

RGB 240 231 239 -
CMYK 0 0.04 0.00 0.06
HSL 306.67º 0.23% 0.92% -
HSV(B) 306.67º 0.04% 0.94% -
XYZ 80.09 81.91 93.25 -
YUV 234.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 240 231 239 0 0.04 0.00 0.06 306.67 0.23 0.92
Hex F0 E7 EF 0 4 0 6 133 17 5C
Octal 360 347 357 0 4 0 6 463 27 134
Binary 11110000 11100111 11101111 0 100 0 110 100110011 10111 1011100

Color Harmonies of #F0E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7EF

Black with #F0E7EF

Text Example


Text Example

White with #F0E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7EF; }

 p { color: rgb(240,231,239); }

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

background-color css

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

 a { background-color: rgb(240,231,239); }

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

border-color css

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

 span { border-color: rgb(240,231,239); }

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