Html Css Color HEX #F5EDFF Magnolia

📋 copy color: '#F5EDFF'

red 245 ◦ green 237 ◦ blue 255

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

Shades of Magnolia #F5EDFF

Tints of Magnolia #F5EDFF

RGB

 RED value IS 245 (96.09% from 255) = 33.24%

 GREEN value IS 237 (92.97% from 255) = 32.16%

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

R = 33.24%
G = 32.16%
B = 34.6%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5EDFF (or 0xF5EDFF) is known color: Magnolia. HEX triplet: F5, ED and FF. RGB value is (245,237,255). Sum of RGB (Red+Green+Blue) = 245+237+255=737 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.24% from 737); Green value is 237 (92.97% from 255 or 32.16% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDFF is #0A1200. Grayscale: #F1F1F1. Windows color (decimal): -659969 or 16772597. OLE color: 16772597.

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

Color convert

RGB 245 237 255 -
CMYK 0.04 0.07 0 0
HSL 266.67º 1% 0.96% -
HSV(B) 266.67º 0.07% 1% -
XYZ 85.99 87.2 106.91 -
YUV 241.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 245 237 255 0.04 0.07 0 0 266.67 1 0.96
Hex F5 ED FF 4 7 0 0 10B 64 60
Octal 365 355 377 4 7 0 0 413 144 140
Binary 11110101 11101101 11111111 100 111 0 0 100001011 1100100 1100000

Color Harmonies of #F5EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDFF

Black with #F5EDFF

Text Example


Text Example

White with #F5EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDFF; }

 p { color: rgb(245,237,255); }

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

background-color css

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

 a { background-color: rgb(245,237,255); }

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

border-color css

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

 span { border-color: rgb(245,237,255); }

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