Html Css Color HEX #F5EBFF Magnolia

📋 copy color: '#F5EBFF'

red 245 ◦ green 235 ◦ blue 255

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

Shades of Magnolia #F5EBFF

Tints of Magnolia #F5EBFF

RGB

 RED value IS 245 (96.09% from 255) = 33.33%

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

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

R = 33.33%
G = 31.97%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5EBFF (or 0xF5EBFF) is known color: Magnolia. HEX triplet: F5, EB and FF. RGB value is (245,235,255). Sum of RGB (Red+Green+Blue) = 245+235+255=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 235 (92.19% from 255 or 31.97% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBFF is #0A1400. Grayscale: #F0F0F0. Windows color (decimal): -660481 or 16772085. OLE color: 16772085.

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

Color convert

RGB 245 235 255 -
CMYK 0.04 0.08 0 0
HSL 270º 1% 0.96% -
HSV(B) 270º 0.08% 1% -
XYZ 85.41 86.05 106.72 -
YUV 240.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 245 235 255 0.04 0.08 0 0 270 1 0.96
Hex F5 EB FF 4 8 0 0 10E 64 60
Octal 365 353 377 4 10 0 0 416 144 140
Binary 11110101 11101011 11111111 100 1000 0 0 100001110 1100100 1100000

Color Harmonies of #F5EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EBFF

Black with #F5EBFF

Text Example


Text Example

White with #F5EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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