Html Css Color HEX #F6EFFF Magnolia

📋 copy color: '#F6EFFF'

red 246 ◦ green 239 ◦ blue 255

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

Shades of Magnolia #F6EFFF

Tints of Magnolia #F6EFFF

RGB

 RED value IS 246 (96.48% from 255) = 33.24%

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

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

R = 33.24%
G = 32.3%
B = 34.46%

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

#F6EFFF (or 0xF6EFFF) is known color: Magnolia. HEX triplet: F6, EF and FF. RGB value is (246,239,255). Sum of RGB (Red+Green+Blue) = 246+239+255=740 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.24% from 740); Green value is 239 (93.75% from 255 or 32.30% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFFF is #091000. Grayscale: #F2F2F2. Windows color (decimal): -593921 or 16773110. OLE color: 16773110.

HSL color Cylindrical-coordinate representation of color #F6EFFF: hue angle of 266.25º 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 #F6EFFF is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 239 255 -
CMYK 0.04 0.06 0 0
HSL 266.25º 1% 0.97% -
HSV(B) 266.25º 0.06% 1% -
XYZ 86.92 88.55 107.12 -
YUV 242.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 246 239 255 0.04 0.06 0 0 266.25 1 0.97
Hex F6 EF FF 4 6 0 0 10A 64 61
Octal 366 357 377 4 6 0 0 412 144 141
Binary 11110110 11101111 11111111 100 110 0 0 100001010 1100100 1100001

Color Harmonies of #F6EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EFFF

Black with #F6EFFF

Text Example


Text Example

White with #F6EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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