Html Css Color HEX #F0E0FF Magnolia

📋 copy color: '#F0E0FF'

red 240 ◦ green 224 ◦ blue 255

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

Shades of Magnolia #F0E0FF

Tints of Magnolia #F0E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.15%

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

R = 33.38%
G = 31.15%
B = 35.47%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0E0FF (or 0xF0E0FF) is known color: Magnolia. HEX triplet: F0, E0 and FF. RGB value is (240,224,255). Sum of RGB (Red+Green+Blue) = 240+224+255=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0FF is #0F1F00. Grayscale: #E8E8E8. Windows color (decimal): -990977 or 16769264. OLE color: 16769264.

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

Color convert

RGB 240 224 255 -
CMYK 0.06 0.12 0 0
HSL 270.97º 1% 0.94% -
HSV(B) 270.97º 0.12% 1% -
XYZ 80.64 79.06 105.62 -
YUV 232.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 240 224 255 0.06 0.12 0 0 270.97 1 0.94
Hex F0 E0 FF 6 C 0 0 10F 64 5E
Octal 360 340 377 6 14 0 0 417 144 136
Binary 11110000 11100000 11111111 110 1100 0 0 100001111 1100100 1011110

Color Harmonies of #F0E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0FF

Black with #F0E0FF

Text Example


Text Example

White with #F0E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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