Html Css Color HEX #F2EAFD Magnolia

📋 copy color: '#F2EAFD'

red 242 ◦ green 234 ◦ blue 253

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

Shades of Magnolia #F2EAFD

Tints of Magnolia #F2EAFD

RGB

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

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

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

R = 33.2%
G = 32.1%
B = 34.71%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2EAFD (or 0xF2EAFD) is known color: Magnolia. HEX triplet: F2, EA and FD. RGB value is (242,234,253). Sum of RGB (Red+Green+Blue) = 242+234+253=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2EAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAFD is #0D1502. Grayscale: #EEEEEE. Windows color (decimal): -857347 or 16640754. OLE color: 16640754.

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

Color convert

RGB 242 234 253 -
CMYK 0.04 0.08 0 0.01
HSL 265.26º 0.83% 0.95% -
HSV(B) 265.26º 0.08% 0.99% -
XYZ 83.77 84.81 104.88 -
YUV 238.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 242 234 253 0.04 0.08 0 0.01 265.26 0.83 0.95
Hex F2 EA FD 4 8 0 1 109 53 5F
Octal 362 352 375 4 10 0 1 411 123 137
Binary 11110010 11101010 11111101 100 1000 0 1 100001001 1010011 1011111

Color Harmonies of #F2EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAFD

Black with #F2EAFD

Text Example


Text Example

White with #F2EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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