Html Css Color HEX #F2EBFB Magnolia

📋 copy color: '#F2EBFB'

red 242 ◦ green 235 ◦ blue 251

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

Shades of Magnolia #F2EBFB

Tints of Magnolia #F2EBFB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.28%

 BLUE value IS 251 (98.44% from 255) = 34.48%

R = 33.24%
G = 32.28%
B = 34.48%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2EBFB (or 0xF2EBFB) is known color: Magnolia. HEX triplet: F2, EB and FB. RGB value is (242,235,251). Sum of RGB (Red+Green+Blue) = 242+235+251=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2EBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBFB is #0D1404. Grayscale: #EEEEEE. Windows color (decimal): -857093 or 16509938. OLE color: 16509938.

HSL color Cylindrical-coordinate representation of color #F2EBFB: hue angle of 266.25º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EBFB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 235 251 -
CMYK 0.04 0.06 0 0.02
HSL 266.25º 0.67% 0.95% -
HSV(B) 266.25º 0.06% 0.98% -
XYZ 83.74 85.26 103.31 -
YUV 238.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 242 235 251 0.04 0.06 0 0.02 266.25 0.67 0.95
Hex F2 EB FB 4 6 0 2 10A 43 5F
Octal 362 353 373 4 6 0 2 412 103 137
Binary 11110010 11101011 11111011 100 110 0 10 100001010 1000011 1011111

Color Harmonies of #F2EBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBFB

Black with #F2EBFB

Text Example


Text Example

White with #F2EBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBFB; }

 p { color: rgb(242,235,251); }

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

background-color css

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

 a { background-color: rgb(242,235,251); }

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

border-color css

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

 span { border-color: rgb(242,235,251); }

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