Html Css Color HEX #F8EBFF Magnolia

📋 copy color: '#F8EBFF'

red 248 ◦ green 235 ◦ blue 255

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

Shades of Magnolia #F8EBFF

Tints of Magnolia #F8EBFF

RGB

 RED value IS 248 (97.27% from 255) = 33.6%

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

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

R = 33.6%
G = 31.84%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8EBFF (or 0xF8EBFF) is known color: Magnolia. HEX triplet: F8, EB and FF. RGB value is (248,235,255). Sum of RGB (Red+Green+Blue) = 248+235+255=738 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.60% from 738); Green value is 235 (92.19% from 255 or 31.84% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EBFF is #071400. Grayscale: #F1F1F1. Windows color (decimal): -463873 or 16772088. OLE color: 16772088.

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

Color convert

RGB 248 235 255 -
CMYK 0.03 0.08 0 0
HSL 279º 1% 0.96% -
HSV(B) 279º 0.08% 1% -
XYZ 86.47 86.59 106.76 -
YUV 241.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 248 235 255 0.03 0.08 0 0 279 1 0.96
Hex F8 EB FF 3 8 0 0 117 64 60
Octal 370 353 377 3 10 0 0 427 144 140
Binary 11111000 11101011 11111111 11 1000 0 0 100010111 1100100 1100000

Color Harmonies of #F8EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EBFF

Black with #F8EBFF

Text Example


Text Example

White with #F8EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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