Html Css Color HEX #F0E5EF Selago

📋 copy color: '#F0E5EF'

red 240 ◦ green 229 ◦ blue 239

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

Shades of Selago #F0E5EF

Tints of Selago #F0E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.34%

 BLUE value IS 239 (93.75% from 255) = 33.76%

R = 33.9%
G = 32.34%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0E5EF (or 0xF0E5EF) is known color: Selago. HEX triplet: F0, E5 and EF. RGB value is (240,229,239). Sum of RGB (Red+Green+Blue) = 240+229+239=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E5EF is #0F1A10. Grayscale: #E9E9E9. Windows color (decimal): -989713 or 15721968. OLE color: 15721968.

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

Color convert

RGB 240 229 239 -
CMYK 0 0.05 0.00 0.06
HSL 305.45º 0.27% 0.92% -
HSV(B) 305.45º 0.05% 0.94% -
XYZ 79.53 80.8 93.06 -
YUV 233.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 240 229 239 0 0.05 0.00 0.06 305.45 0.27 0.92
Hex F0 E5 EF 0 5 0 6 131 1B 5C
Octal 360 345 357 0 5 0 6 461 33 134
Binary 11110000 11100101 11101111 0 101 0 110 100110001 11011 1011100

Color Harmonies of #F0E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5EF

Black with #F0E5EF

Text Example


Text Example

White with #F0E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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