Html Css Color HEX #F2ECFB Magnolia

📋 copy color: '#F2ECFB'

red 242 ◦ green 236 ◦ blue 251

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

Shades of Magnolia #F2ECFB

Tints of Magnolia #F2ECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.37%

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

R = 33.2%
G = 32.37%
B = 34.43%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2ECFB (or 0xF2ECFB) is known color: Magnolia. HEX triplet: F2, EC and FB. RGB value is (242,236,251). Sum of RGB (Red+Green+Blue) = 242+236+251=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2ECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFB is #0D1304. Grayscale: #EFEFEF. Windows color (decimal): -856837 or 16510194. OLE color: 16510194.

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

Color convert

RGB 242 236 251 -
CMYK 0.04 0.06 0 0.02
HSL 264º 0.65% 0.95% -
HSV(B) 264º 0.06% 0.98% -
XYZ 84.03 85.83 103.41 -
YUV 239.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 242 236 251 0.04 0.06 0 0.02 264 0.65 0.95
Hex F2 EC FB 4 6 0 2 108 41 5F
Octal 362 354 373 4 6 0 2 410 101 137
Binary 11110010 11101100 11111011 100 110 0 10 100001000 1000001 1011111

Color Harmonies of #F2ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECFB

Black with #F2ECFB

Text Example


Text Example

White with #F2ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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