Html Css Color HEX #F0E6FD Magnolia

📋 copy color: '#F0E6FD'

red 240 ◦ green 230 ◦ blue 253

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

Shades of Magnolia #F0E6FD

Tints of Magnolia #F0E6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.99%

R = 33.2%
G = 31.81%
B = 34.99%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0E6FD (or 0xF0E6FD) is known color: Magnolia. HEX triplet: F0, E6 and FD. RGB value is (240,230,253). Sum of RGB (Red+Green+Blue) = 240+230+253=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6FD is #0F1902. Grayscale: #EBEBEB. Windows color (decimal): -989443 or 16639728. OLE color: 16639728.

HSL color Cylindrical-coordinate representation of color #F0E6FD: hue angle of 266.09º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E6FD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 230 253 -
CMYK 0.05 0.09 0 0.01
HSL 266.09º 0.85% 0.95% -
HSV(B) 266.09º 0.09% 0.99% -
XYZ 81.96 82.21 104.48 -
YUV 235.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 240 230 253 0.05 0.09 0 0.01 266.09 0.85 0.95
Hex F0 E6 FD 5 9 0 1 10A 55 5F
Octal 360 346 375 5 11 0 1 412 125 137
Binary 11110000 11100110 11111101 101 1001 0 1 100001010 1010101 1011111

Color Harmonies of #F0E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6FD

Black with #F0E6FD

Text Example


Text Example

White with #F0E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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