Html Css Color HEX #F6F2FF Magnolia

📋 copy color: '#F6F2FF'

red 246 ◦ green 242 ◦ blue 255

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

Shades of Magnolia #F6F2FF

Tints of Magnolia #F6F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.57%

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

R = 33.11%
G = 32.57%
B = 34.32%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6F2FF (or 0xF6F2FF) is known color: Magnolia. HEX triplet: F6, F2 and FF. RGB value is (246,242,255). Sum of RGB (Red+Green+Blue) = 246+242+255=743 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.11% from 743); Green value is 242 (94.92% from 255 or 32.57% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2FF is #090D00. Grayscale: #F4F4F4. Windows color (decimal): -593153 or 16773878. OLE color: 16773878.

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

Color convert

RGB 246 242 255 -
CMYK 0.04 0.05 0 0
HSL 258.46º 1% 0.97% -
HSV(B) 258.46º 0.05% 1% -
XYZ 87.81 90.32 107.41 -
YUV 244.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 246 242 255 0.04 0.05 0 0 258.46 1 0.97
Hex F6 F2 FF 4 5 0 0 102 64 61
Octal 366 362 377 4 5 0 0 402 144 141
Binary 11110110 11110010 11111111 100 101 0 0 100000010 1100100 1100001

Color Harmonies of #F6F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F2FF

Black with #F6F2FF

Text Example


Text Example

White with #F6F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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