Html Css Color HEX #F1ECFD Magnolia

📋 copy color: '#F1ECFD'

red 241 ◦ green 236 ◦ blue 253

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

Shades of Magnolia #F1ECFD

Tints of Magnolia #F1ECFD

RGB

 RED value IS 241 (94.53% from 255) = 33.01%

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

 BLUE value IS 253 (99.22% from 255) = 34.66%

R = 33.01%
G = 32.33%
B = 34.66%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1ECFD (or 0xF1ECFD) is known color: Magnolia. HEX triplet: F1, EC and FD. RGB value is (241,236,253). Sum of RGB (Red+Green+Blue) = 241+236+253=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECFD is #0E1302. Grayscale: #EFEFEF. Windows color (decimal): -922371 or 16641265. OLE color: 16641265.

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

Color convert

RGB 241 236 253 -
CMYK 0.05 0.07 0 0.01
HSL 257.65º 0.81% 0.96% -
HSV(B) 257.65º 0.07% 0.99% -
XYZ 84 85.78 105.06 -
YUV 239.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 241 236 253 0.05 0.07 0 0.01 257.65 0.81 0.96
Hex F1 EC FD 5 7 0 1 102 51 60
Octal 361 354 375 5 7 0 1 402 121 140
Binary 11110001 11101100 11111101 101 111 0 1 100000010 1010001 1100000

Color Harmonies of #F1ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ECFD

Black with #F1ECFD

Text Example


Text Example

White with #F1ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ECFD; }

 p { color: rgb(241,236,253); }

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

background-color css

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

 a { background-color: rgb(241,236,253); }

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

border-color css

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

 span { border-color: rgb(241,236,253); }

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