Html Css Color HEX #F0EBF1 Selago

📋 copy color: '#F0EBF1'

red 240 ◦ green 235 ◦ blue 241

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

Shades of Selago #F0EBF1

Tints of Selago #F0EBF1

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 value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0EBF1 (or 0xF0EBF1) is known color: 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

RGB 240 235 241 -
CMYK 0.00 0.02 0 0.05
HSL 290º 0.18% 0.93% -
HSV(B) 290º 0.02% 0.95% -
XYZ 81.52 84.29 95.19 -
YUV 237.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 240 235 241 0.00 0.02 0 0.05 290 0.18 0.93
Hex F0 EB F1 0 2 0 5 122 12 5D
Octal 360 353 361 0 2 0 5 442 22 135
Binary 11110000 11101011 11110001 0 10 0 101 100100010 10010 1011101

Color Harmonies of #F0EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBF1

Black with #F0EBF1

Text Example


Text Example

White with #F0EBF1

Text Example


Text Example

HTML Codes & Css Web 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>