Html Css Color HEX #F0ECFC Magnolia

📋 copy color: '#F0ECFC'

red 240 ◦ green 236 ◦ blue 252

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

Shades of Magnolia #F0ECFC

Tints of Magnolia #F0ECFC

RGB

 RED value IS 240 (94.14% from 255) = 32.97%

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

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

R = 32.97%
G = 32.42%
B = 34.62%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0ECFC (or 0xF0ECFC) is known color: Magnolia. HEX triplet: F0, EC and FC. RGB value is (240,236,252). Sum of RGB (Red+Green+Blue) = 240+236+252=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0ECFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECFC is #0F1303. Grayscale: #EEEEEE. Windows color (decimal): -987908 or 16575728. OLE color: 16575728.

HSL color Cylindrical-coordinate representation of color #F0ECFC: hue angle of 255º 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 #F0ECFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 236 252 -
CMYK 0.05 0.06 0 0.01
HSL 255º 0.73% 0.96% -
HSV(B) 255º 0.06% 0.99% -
XYZ 83.5 85.54 104.21 -
YUV 239.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 240 236 252 0.05 0.06 0 0.01 255 0.73 0.96
Hex F0 EC FC 5 6 0 1 FF 49 60
Octal 360 354 374 5 6 0 1 377 111 140
Binary 11110000 11101100 11111100 101 110 0 1 11111111 1001001 1100000

Color Harmonies of #F0ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ECFC

Black with #F0ECFC

Text Example


Text Example

White with #F0ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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