Html Css Color HEX #F0EBFF Magnolia

📋 copy color: '#F0EBFF'

red 240 ◦ green 235 ◦ blue 255

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

Shades of Magnolia #F0EBFF

Tints of Magnolia #F0EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.19%

 BLUE value IS 255 (100% from 255) = 34.93%

R = 32.88%
G = 32.19%
B = 34.93%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0EBFF (or 0xF0EBFF) is known color: Magnolia. HEX triplet: F0, EB and FF. RGB value is (240,235,255). Sum of RGB (Red+Green+Blue) = 240+235+255=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 235 (92.19% from 255 or 32.19% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBFF is #0F1400. Grayscale: #EEEEEE. Windows color (decimal): -988161 or 16772080. OLE color: 16772080.

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

Color convert

RGB 240 235 255 -
CMYK 0.06 0.08 0 0
HSL 255º 1% 0.96% -
HSV(B) 255º 0.08% 1% -
XYZ 83.69 85.16 106.63 -
YUV 238.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 240 235 255 0.06 0.08 0 0 255 1 0.96
Hex F0 EB FF 6 8 0 0 FF 64 60
Octal 360 353 377 6 10 0 0 377 144 140
Binary 11110000 11101011 11111111 110 1000 0 0 11111111 1100100 1100000

Color Harmonies of #F0EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBFF

Black with #F0EBFF

Text Example


Text Example

White with #F0EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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