#F0EBF1

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

Shades of Selago #F0EBF1

Tints of Selago #F0EBF1

Color information

#F0EBF1 (or 0xF0EBF1) is unknown color: approx Selago. HEX triplet: F0, EB and F1. RGB value is (240,235,241). Sum of RGB (Red+Green+Blue) = 240+235+241=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBF1 is #0F140E. Grayscale: #EDEDED. Windows color (decimal): -988175 or 15854576. OLE color: 15854576.

HSL color Cylindrical-coordinate representation of color #F0EBF1: hue angle of 290º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EBF1 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240235241-
CMYK0.000.0200.05
HSL290º17.65%93.33%-
HSV(B)290º2.49%94.51%-
XYZ81.5284.2995.19-
YUV237.18130.16130.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.52%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=33.52%
G=32.82%
B=33.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402352410.000.0200.0529017.6593.33
HexF0EBF10205122125d
Octal360353361020544222135
Binary1111000011101011111100010100101100100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBF1; }

 p { color: rgb(240,235,241); }

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

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

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

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

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

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

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