Html Css Color HEX #F2ECFC Magnolia

📋 copy color: '#F2ECFC'

red 242 ◦ green 236 ◦ blue 252

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

Shades of Magnolia #F2ECFC

Tints of Magnolia #F2ECFC

RGB

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

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

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

R = 33.15%
G = 32.33%
B = 34.52%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2ECFC (or 0xF2ECFC) is known color: Magnolia. HEX triplet: F2, EC and FC. RGB value is (242,236,252). Sum of RGB (Red+Green+Blue) = 242+236+252=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2ECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFC is #0D1303. Grayscale: #EFEFEF. Windows color (decimal): -856836 or 16575730. OLE color: 16575730.

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

Color convert

RGB 242 236 252 -
CMYK 0.04 0.06 0 0.01
HSL 262.5º 0.73% 0.96% -
HSV(B) 262.5º 0.06% 0.99% -
XYZ 84.18 85.9 104.24 -
YUV 239.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 242 236 252 0.04 0.06 0 0.01 262.5 0.73 0.96
Hex F2 EC FC 4 6 0 1 106 49 60
Octal 362 354 374 4 6 0 1 406 111 140
Binary 11110010 11101100 11111100 100 110 0 1 100000110 1001001 1100000

Color Harmonies of #F2ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECFC

Black with #F2ECFC

Text Example


Text Example

White with #F2ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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