Html Css Color HEX #F9EBFF Magnolia

📋 copy color: '#F9EBFF'

red 249 ◦ green 235 ◦ blue 255

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

Shades of Magnolia #F9EBFF

Tints of Magnolia #F9EBFF

RGB

 RED value IS 249 (97.66% from 255) = 33.69%

 GREEN value IS 235 (92.19% from 255) = 31.8%

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

R = 33.69%
G = 31.8%
B = 34.51%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9EBFF (or 0xF9EBFF) is known color: Magnolia. HEX triplet: F9, EB and FF. RGB value is (249,235,255). Sum of RGB (Red+Green+Blue) = 249+235+255=739 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.69% from 739); Green value is 235 (92.19% from 255 or 31.80% 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 #F9EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EBFF is #061400. Grayscale: #F1F1F1. Windows color (decimal): -398337 or 16772089. OLE color: 16772089.

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

Color convert

RGB 249 235 255 -
CMYK 0.02 0.08 0 0
HSL 282º 1% 0.96% -
HSV(B) 282º 0.08% 1% -
XYZ 86.83 86.78 106.78 -
YUV 241.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 249 235 255 0.02 0.08 0 0 282 1 0.96
Hex F9 EB FF 2 8 0 0 11A 64 60
Octal 371 353 377 2 10 0 0 432 144 140
Binary 11111001 11101011 11111111 10 1000 0 0 100011010 1100100 1100000

Color Harmonies of #F9EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EBFF

Black with #F9EBFF

Text Example


Text Example

White with #F9EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EBFF; }

 p { color: rgb(249,235,255); }

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

background-color css

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

 a { background-color: rgb(249,235,255); }

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

border-color css

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

 span { border-color: rgb(249,235,255); }

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