#F0EFF0

Color #F0EFF0 Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #F0EFF0

Tints of Selago #F0EFF0

Color information

#F0EFF0 (or 0xF0EFF0) is unknown color: approx Selago. HEX triplet: F0, EF and F0. RGB value is (240,239,240). Sum of RGB (Red+Green+Blue) = 240+239+240=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF0 is #0F100F. Grayscale: #EFEFEF. Windows color (decimal): -987152 or 15790064. OLE color: 15790064.

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

Color convert

RGB240239240-
CMYK00.0000.06
HSL300º3.23%93.92%-
HSV(B)300º0.42%94.12%-
XYZ82.5386.5594.79-
YUV239.41128.33128.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 240 (94.14% from 255) = 33.38%
R=33.38%
G=33.24%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023924000.0000.063003.2393.92
HexF0EFF0000612c35e
Octal36035736000064543136
Binary111100001110111111110000000110100101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFF0; }

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

 H1.HeaderClassName
 {
   color: #F0EFF0;
 }
 .AnyTagClassName
 {
   color: #F0EFF0;
 }
</style>
background-color css

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

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

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

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

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

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