Html Css Color HEX #F4E5FE Magnolia

📋 copy color: '#F4E5FE'

red 244 ◦ green 229 ◦ blue 254

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

Shades of Magnolia #F4E5FE

Tints of Magnolia #F4E5FE

RGB

 RED value IS 244 (95.7% from 255) = 33.56%

 GREEN value IS 229 (89.84% from 255) = 31.5%

 BLUE value IS 254 (99.61% from 255) = 34.94%

R = 33.56%
G = 31.5%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F4E5FE (or 0xF4E5FE) is known color: Magnolia. HEX triplet: F4, E5 and FE. RGB value is (244,229,254). Sum of RGB (Red+Green+Blue) = 244+229+254=727 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.56% from 727); Green value is 229 (89.84% from 255 or 31.50% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E5FE is #0B1A01. Grayscale: #ECECEC. Windows color (decimal): -727554 or 16705012. OLE color: 16705012.

HSL color Cylindrical-coordinate representation of color #F4E5FE: hue angle of 276º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4E5FE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 229 254 -
CMYK 0.04 0.10 0 0.00
HSL 276º 0.93% 0.95% -
HSV(B) 276º 0.1% 1% -
XYZ 83.22 82.43 105.29 -
YUV 236.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 244 229 254 0.04 0.10 0 0.00 276 0.93 0.95
Hex F4 E5 FE 4 A 0 0 114 5D 5F
Octal 364 345 376 4 12 0 0 424 135 137
Binary 11110100 11100101 11111110 100 1010 0 0 100010100 1011101 1011111

Color Harmonies of #F4E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E5FE

Black with #F4E5FE

Text Example


Text Example

White with #F4E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E5FE; }

 p { color: rgb(244,229,254); }

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

background-color css

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

 a { background-color: rgb(244,229,254); }

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

border-color css

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

 span { border-color: rgb(244,229,254); }

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