Html Css Color HEX #F2E9FC Magnolia

📋 copy color: '#F2E9FC'

red 242 ◦ green 233 ◦ blue 252

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

Shades of Magnolia #F2E9FC

Tints of Magnolia #F2E9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.66%

R = 33.29%
G = 32.05%
B = 34.66%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2E9FC (or 0xF2E9FC) is known color: Magnolia. HEX triplet: F2, E9 and FC. RGB value is (242,233,252). Sum of RGB (Red+Green+Blue) = 242+233+252=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2E9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9FC is #0D1603. Grayscale: #EDEDED. Windows color (decimal): -857604 or 16574962. OLE color: 16574962.

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

Color convert

RGB 242 233 252 -
CMYK 0.04 0.08 0 0.01
HSL 268.42º 0.76% 0.95% -
HSV(B) 268.42º 0.08% 0.99% -
XYZ 83.33 84.18 103.95 -
YUV 237.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 242 233 252 0.04 0.08 0 0.01 268.42 0.76 0.95
Hex F2 E9 FC 4 8 0 1 10C 4C 5F
Octal 362 351 374 4 10 0 1 414 114 137
Binary 11110010 11101001 11111100 100 1000 0 1 100001100 1001100 1011111

Color Harmonies of #F2E9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9FC

Black with #F2E9FC

Text Example


Text Example

White with #F2E9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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