Html Css Color HEX #F5EFFF Magnolia

📋 copy color: '#F5EFFF'

red 245 ◦ green 239 ◦ blue 255

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

Shades of Magnolia #F5EFFF

Tints of Magnolia #F5EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.34%

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

R = 33.15%
G = 32.34%
B = 34.51%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5EFFF (or 0xF5EFFF) is known color: Magnolia. HEX triplet: F5, EF and FF. RGB value is (245,239,255). Sum of RGB (Red+Green+Blue) = 245+239+255=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFFF is #0A1000. Grayscale: #F2F2F2. Windows color (decimal): -659457 or 16773109. OLE color: 16773109.

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

Color convert

RGB 245 239 255 -
CMYK 0.04 0.06 0 0
HSL 262.5º 1% 0.97% -
HSV(B) 262.5º 0.06% 1% -
XYZ 86.57 88.37 107.1 -
YUV 242.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 245 239 255 0.04 0.06 0 0 262.5 1 0.97
Hex F5 EF FF 4 6 0 0 106 64 61
Octal 365 357 377 4 6 0 0 406 144 141
Binary 11110101 11101111 11111111 100 110 0 0 100000110 1100100 1100001

Color Harmonies of #F5EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFFF

Black with #F5EFFF

Text Example


Text Example

White with #F5EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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