Html Css Color HEX #F2E8FB Magnolia

📋 copy color: '#F2E8FB'

red 242 ◦ green 232 ◦ blue 251

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

Shades of Magnolia #F2E8FB

Tints of Magnolia #F2E8FB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32%

 BLUE value IS 251 (98.44% from 255) = 34.62%

R = 33.38%
G = 32%
B = 34.62%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E8FB (or 0xF2E8FB) is known color: Magnolia. HEX triplet: F2, E8 and FB. RGB value is (242,232,251). Sum of RGB (Red+Green+Blue) = 242+232+251=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 232 (91.02% from 255 or 32% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8FB is #0D1704. Grayscale: #EDEDED. Windows color (decimal): -857861 or 16509170. OLE color: 16509170.

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

Color convert

RGB 242 232 251 -
CMYK 0.04 0.08 0 0.02
HSL 271.58º 0.7% 0.95% -
HSV(B) 271.58º 0.08% 0.98% -
XYZ 82.89 83.56 103.03 -
YUV 237.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 242 232 251 0.04 0.08 0 0.02 271.58 0.7 0.95
Hex F2 E8 FB 4 8 0 2 110 46 5F
Octal 362 350 373 4 10 0 2 420 106 137
Binary 11110010 11101000 11111011 100 1000 0 10 100010000 1000110 1011111

Color Harmonies of #F2E8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8FB

Black with #F2E8FB

Text Example


Text Example

White with #F2E8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8FB; }

 p { color: rgb(242,232,251); }

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

background-color css

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

 a { background-color: rgb(242,232,251); }

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

border-color css

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

 span { border-color: rgb(242,232,251); }

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