Html Css Color HEX #F5EEFA Magnolia

📋 copy color: '#F5EEFA'

red 245 ◦ green 238 ◦ blue 250

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

Shades of Magnolia #F5EEFA

Tints of Magnolia #F5EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.47%

 BLUE value IS 250 (98.05% from 255) = 34.11%

R = 33.42%
G = 32.47%
B = 34.11%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5EEFA (or 0xF5EEFA) is known color: Magnolia. HEX triplet: F5, EE and FA. RGB value is (245,238,250). Sum of RGB (Red+Green+Blue) = 245+238+250=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEFA is #0A1105. Grayscale: #F1F1F1. Windows color (decimal): -659718 or 16445173. OLE color: 16445173.

HSL color Cylindrical-coordinate representation of color #F5EEFA: hue angle of 275º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5EEFA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 238 250 -
CMYK 0.02 0.05 0 0.02
HSL 275º 0.55% 0.96% -
HSV(B) 275º 0.05% 0.98% -
XYZ 85.49 87.46 102.82 -
YUV 241.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 245 238 250 0.02 0.05 0 0.02 275 0.55 0.96
Hex F5 EE FA 2 5 0 2 113 37 60
Octal 365 356 372 2 5 0 2 423 67 140
Binary 11110101 11101110 11111010 10 101 0 10 100010011 110111 1100000

Color Harmonies of #F5EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EEFA

Black with #F5EEFA

Text Example


Text Example

White with #F5EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EEFA; }

 p { color: rgb(245,238,250); }

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

background-color css

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

 a { background-color: rgb(245,238,250); }

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

border-color css

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

 span { border-color: rgb(245,238,250); }

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