Html Css Color HEX #F0EAFD Magnolia

📋 copy color: '#F0EAFD'

red 240 ◦ green 234 ◦ blue 253

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

Shades of Magnolia #F0EAFD

Tints of Magnolia #F0EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.19%

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

R = 33.01%
G = 32.19%
B = 34.8%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0EAFD (or 0xF0EAFD) is known color: Magnolia. HEX triplet: F0, EA and FD. RGB value is (240,234,253). Sum of RGB (Red+Green+Blue) = 240+234+253=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFD is #0F1502. Grayscale: #EDEDED. Windows color (decimal): -988419 or 16640752. OLE color: 16640752.

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

Color convert

RGB 240 234 253 -
CMYK 0.05 0.08 0 0.01
HSL 258.95º 0.83% 0.95% -
HSV(B) 258.95º 0.08% 0.99% -
XYZ 83.09 84.46 104.85 -
YUV 237.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 240 234 253 0.05 0.08 0 0.01 258.95 0.83 0.95
Hex F0 EA FD 5 8 0 1 103 53 5F
Octal 360 352 375 5 10 0 1 403 123 137
Binary 11110000 11101010 11111101 101 1000 0 1 100000011 1010011 1011111

Color Harmonies of #F0EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAFD

Black with #F0EAFD

Text Example


Text Example

White with #F0EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAFD; }

 p { color: rgb(240,234,253); }

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

background-color css

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

 a { background-color: rgb(240,234,253); }

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

border-color css

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

 span { border-color: rgb(240,234,253); }

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