Html Css Color HEX #F0E3FE Magnolia

📋 copy color: '#F0E3FE'

red 240 ◦ green 227 ◦ blue 254

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

Shades of Magnolia #F0E3FE

Tints of Magnolia #F0E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.48%

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

R = 33.29%
G = 31.48%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0E3FE (or 0xF0E3FE) is known color: Magnolia. HEX triplet: F0, E3 and FE. RGB value is (240,227,254). Sum of RGB (Red+Green+Blue) = 240+227+254=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E3FE is #0F1C01. Grayscale: #E9E9E9. Windows color (decimal): -990210 or 16704496. OLE color: 16704496.

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

Color convert

RGB 240 227 254 -
CMYK 0.06 0.11 0 0.00
HSL 268.89º 0.93% 0.94% -
HSV(B) 268.89º 0.11% 1% -
XYZ 81.29 80.62 105.04 -
YUV 233.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 240 227 254 0.06 0.11 0 0.00 268.89 0.93 0.94
Hex F0 E3 FE 6 B 0 0 10D 5D 5E
Octal 360 343 376 6 13 0 0 415 135 136
Binary 11110000 11100011 11111110 110 1011 0 0 100001101 1011101 1011110

Color Harmonies of #F0E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E3FE

Black with #F0E3FE

Text Example


Text Example

White with #F0E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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