Html Css Color HEX #F0EBFE Magnolia

📋 copy color: '#F0EBFE'

red 240 ◦ green 235 ◦ blue 254

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

Shades of Magnolia #F0EBFE

Tints of Magnolia #F0EBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.84%

R = 32.92%
G = 32.24%
B = 34.84%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0EBFE (or 0xF0EBFE) is known color: Magnolia. HEX triplet: F0, EB and FE. RGB value is (240,235,254). Sum of RGB (Red+Green+Blue) = 240+235+254=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBFE is #0F1401. Grayscale: #EEEEEE. Windows color (decimal): -988162 or 16706544. OLE color: 16706544.

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

Color convert

RGB 240 235 254 -
CMYK 0.06 0.07 0 0.00
HSL 255.79º 0.9% 0.96% -
HSV(B) 255.79º 0.07% 1% -
XYZ 83.53 85.1 105.79 -
YUV 238.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 240 235 254 0.06 0.07 0 0.00 255.79 0.9 0.96
Hex F0 EB FE 6 7 0 0 100 5A 60
Octal 360 353 376 6 7 0 0 400 132 140
Binary 11110000 11101011 11111110 110 111 0 0 100000000 1011010 1100000

Color Harmonies of #F0EBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBFE

Black with #F0EBFE

Text Example


Text Example

White with #F0EBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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