Html Css Color HEX #F6EDFD Magnolia

📋 copy color: '#F6EDFD'

red 246 ◦ green 237 ◦ blue 253

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

Shades of Magnolia #F6EDFD

Tints of Magnolia #F6EDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.2%

 BLUE value IS 253 (99.22% from 255) = 34.38%

R = 33.42%
G = 32.2%
B = 34.38%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6EDFD (or 0xF6EDFD) is known color: Magnolia. HEX triplet: F6, ED and FD. RGB value is (246,237,253). Sum of RGB (Red+Green+Blue) = 246+237+253=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDFD is #091202. Grayscale: #F1F1F1. Windows color (decimal): -594435 or 16641526. OLE color: 16641526.

HSL color Cylindrical-coordinate representation of color #F6EDFD: hue angle of 273.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F6EDFD is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 237 253 -
CMYK 0.03 0.06 0 0.01
HSL 273.75º 0.8% 0.96% -
HSV(B) 273.75º 0.06% 0.99% -
XYZ 86.02 87.25 105.24 -
YUV 241.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 246 237 253 0.03 0.06 0 0.01 273.75 0.8 0.96
Hex F6 ED FD 3 6 0 1 112 50 60
Octal 366 355 375 3 6 0 1 422 120 140
Binary 11110110 11101101 11111101 11 110 0 1 100010010 1010000 1100000

Color Harmonies of #F6EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDFD

Black with #F6EDFD

Text Example


Text Example

White with #F6EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDFD; }

 p { color: rgb(246,237,253); }

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

background-color css

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

 a { background-color: rgb(246,237,253); }

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

border-color css

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

 span { border-color: rgb(246,237,253); }

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