Html Css Color HEX #F2EDFD Magnolia

📋 copy color: '#F2EDFD'

red 242 ◦ green 237 ◦ blue 253

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

Shades of Magnolia #F2EDFD

Tints of Magnolia #F2EDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.38%

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

R = 33.06%
G = 32.38%
B = 34.56%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2EDFD (or 0xF2EDFD) is known color: Magnolia. HEX triplet: F2, ED and FD. RGB value is (242,237,253). Sum of RGB (Red+Green+Blue) = 242+237+253=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDFD is #0D1202. Grayscale: #F0F0F0. Windows color (decimal): -856579 or 16641522. OLE color: 16641522.

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

Color convert

RGB 242 237 253 -
CMYK 0.04 0.06 0 0.01
HSL 258.75º 0.8% 0.96% -
HSV(B) 258.75º 0.06% 0.99% -
XYZ 84.63 86.54 105.17 -
YUV 240.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 242 237 253 0.04 0.06 0 0.01 258.75 0.8 0.96
Hex F2 ED FD 4 6 0 1 103 50 60
Octal 362 355 375 4 6 0 1 403 120 140
Binary 11110010 11101101 11111101 100 110 0 1 100000011 1010000 1100000

Color Harmonies of #F2EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDFD

Black with #F2EDFD

Text Example


Text Example

White with #F2EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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