Html Css Color HEX #F2E9FA Magnolia

📋 copy color: '#F2E9FA'

red 242 ◦ green 233 ◦ blue 250

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

Shades of Magnolia #F2E9FA

Tints of Magnolia #F2E9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.14%

 BLUE value IS 250 (98.05% from 255) = 34.48%

R = 33.38%
G = 32.14%
B = 34.48%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E9FA (or 0xF2E9FA) is known color: Magnolia. HEX triplet: F2, E9 and FA. RGB value is (242,233,250). Sum of RGB (Red+Green+Blue) = 242+233+250=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9FA is #0D1605. Grayscale: #EDEDED. Windows color (decimal): -857606 or 16443890. OLE color: 16443890.

HSL color Cylindrical-coordinate representation of color #F2E9FA: hue angle of 271.76º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E9FA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 233 250 -
CMYK 0.03 0.07 0 0.02
HSL 271.76º 0.63% 0.95% -
HSV(B) 271.76º 0.07% 0.98% -
XYZ 83.01 84.06 102.29 -
YUV 237.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 242 233 250 0.03 0.07 0 0.02 271.76 0.63 0.95
Hex F2 E9 FA 3 7 0 2 110 3F 5F
Octal 362 351 372 3 7 0 2 420 77 137
Binary 11110010 11101001 11111010 11 111 0 10 100010000 111111 1011111

Color Harmonies of #F2E9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9FA

Black with #F2E9FA

Text Example


Text Example

White with #F2E9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9FA; }

 p { color: rgb(242,233,250); }

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

background-color css

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

 a { background-color: rgb(242,233,250); }

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

border-color css

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

 span { border-color: rgb(242,233,250); }

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