Html Css Color HEX #F2E3FE Magnolia

📋 copy color: '#F2E3FE'

red 242 ◦ green 227 ◦ blue 254

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

Shades of Magnolia #F2E3FE

Tints of Magnolia #F2E3FE

RGB

 RED value IS 242 (94.92% from 255) = 33.47%

 GREEN value IS 227 (89.06% from 255) = 31.4%

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

R = 33.47%
G = 31.4%
B = 35.13%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2E3FE (or 0xF2E3FE) is known color: Magnolia. HEX triplet: F2, E3 and FE. RGB value is (242,227,254). Sum of RGB (Red+Green+Blue) = 242+227+254=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2E3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E3FE is #0D1C01. Grayscale: #EAEAEA. Windows color (decimal): -859138 or 16704498. OLE color: 16704498.

HSL color Cylindrical-coordinate representation of color #F2E3FE: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E3FE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 227 254 -
CMYK 0.05 0.11 0 0.00
HSL 273.33º 0.93% 0.94% -
HSV(B) 273.33º 0.11% 1% -
XYZ 81.98 80.97 105.07 -
YUV 234.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 242 227 254 0.05 0.11 0 0.00 273.33 0.93 0.94
Hex F2 E3 FE 5 B 0 0 111 5D 5E
Octal 362 343 376 5 13 0 0 421 135 136
Binary 11110010 11100011 11111110 101 1011 0 0 100010001 1011101 1011110

Color Harmonies of #F2E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E3FE

Black with #F2E3FE

Text Example


Text Example

White with #F2E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E3FE; }

 p { color: rgb(242,227,254); }

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

background-color css

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

 a { background-color: rgb(242,227,254); }

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

border-color css

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

 span { border-color: rgb(242,227,254); }

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