Html Css Color HEX #F5E9FF Magnolia

📋 copy color: '#F5E9FF'

red 245 ◦ green 233 ◦ blue 255

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

Shades of Magnolia #F5E9FF

Tints of Magnolia #F5E9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 31.79%

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

R = 33.42%
G = 31.79%
B = 34.79%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5E9FF (or 0xF5E9FF) is known color: Magnolia. HEX triplet: F5, E9 and FF. RGB value is (245,233,255). Sum of RGB (Red+Green+Blue) = 245+233+255=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 233 (91.41% from 255 or 31.79% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5E9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9FF is #0A1600. Grayscale: #EFEFEF. Windows color (decimal): -660993 or 16771573. OLE color: 16771573.

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

Color convert

RGB 245 233 255 -
CMYK 0.04 0.09 0 0
HSL 272.73º 1% 0.96% -
HSV(B) 272.73º 0.09% 1% -
XYZ 84.85 84.91 106.53 -
YUV 239.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 245 233 255 0.04 0.09 0 0 272.73 1 0.96
Hex F5 E9 FF 4 9 0 0 111 64 60
Octal 365 351 377 4 11 0 0 421 144 140
Binary 11110101 11101001 11111111 100 1001 0 0 100010001 1100100 1100000

Color Harmonies of #F5E9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E9FF

Black with #F5E9FF

Text Example


Text Example

White with #F5E9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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