Html Css Color HEX #F0ECFE Magnolia

📋 copy color: '#F0ECFE'

red 240 ◦ green 236 ◦ blue 254

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

Shades of Magnolia #F0ECFE

Tints of Magnolia #F0ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.79%

R = 32.88%
G = 32.33%
B = 34.79%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0ECFE (or 0xF0ECFE) is known color: Magnolia. HEX triplet: F0, EC and FE. RGB value is (240,236,254). Sum of RGB (Red+Green+Blue) = 240+236+254=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECFE is #0F1301. Grayscale: #EFEFEF. Windows color (decimal): -987906 or 16706800. OLE color: 16706800.

HSL color Cylindrical-coordinate representation of color #F0ECFE: hue angle of 253.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0ECFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 236 254 -
CMYK 0.06 0.07 0 0.00
HSL 253.33º 0.9% 0.96% -
HSV(B) 253.33º 0.07% 1% -
XYZ 83.82 85.67 105.88 -
YUV 239.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 240 236 254 0.06 0.07 0 0.00 253.33 0.9 0.96
Hex F0 EC FE 6 7 0 0 FD 5A 60
Octal 360 354 376 6 7 0 0 375 132 140
Binary 11110000 11101100 11111110 110 111 0 0 11111101 1011010 1100000

Color Harmonies of #F0ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ECFE

Black with #F0ECFE

Text Example


Text Example

White with #F0ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ECFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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