Html Css Color HEX #F0E6FF Magnolia

📋 copy color: '#F0E6FF'

red 240 ◦ green 230 ◦ blue 255

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

Shades of Magnolia #F0E6FF

Tints of Magnolia #F0E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.72%

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

R = 33.1%
G = 31.72%
B = 35.17%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0E6FF (or 0xF0E6FF) is known color: Magnolia. HEX triplet: F0, E6 and FF. RGB value is (240,230,255). Sum of RGB (Red+Green+Blue) = 240+230+255=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 230 (90.23% from 255 or 31.72% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6FF is #0F1900. Grayscale: #EBEBEB. Windows color (decimal): -989441 or 16770800. OLE color: 16770800.

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

Color convert

RGB 240 230 255 -
CMYK 0.06 0.10 0 0
HSL 264º 1% 0.95% -
HSV(B) 264º 0.1% 1% -
XYZ 82.28 82.34 106.16 -
YUV 235.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 240 230 255 0.06 0.10 0 0 264 1 0.95
Hex F0 E6 FF 6 A 0 0 108 64 5F
Octal 360 346 377 6 12 0 0 410 144 137
Binary 11110000 11100110 11111111 110 1010 0 0 100001000 1100100 1011111

Color Harmonies of #F0E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6FF

Black with #F0E6FF

Text Example


Text Example

White with #F0E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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