Html Css Color HEX #F2EEFE Magnolia

📋 copy color: '#F2EEFE'

red 242 ◦ green 238 ◦ blue 254

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

Shades of Magnolia #F2EEFE

Tints of Magnolia #F2EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.43%

 BLUE value IS 254 (99.61% from 255) = 34.6%

R = 32.97%
G = 32.43%
B = 34.6%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2EEFE (or 0xF2EEFE) is known color: Magnolia. HEX triplet: F2, EE and FE. RGB value is (242,238,254). Sum of RGB (Red+Green+Blue) = 242+238+254=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFE is #0D1101. Grayscale: #F0F0F0. Windows color (decimal): -856322 or 16707314. OLE color: 16707314.

HSL color Cylindrical-coordinate representation of color #F2EEFE: hue angle of 255º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EEFE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 238 254 -
CMYK 0.05 0.06 0 0.00
HSL 255º 0.89% 0.96% -
HSV(B) 255º 0.06% 1% -
XYZ 85.08 87.18 106.11 -
YUV 241.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 242 238 254 0.05 0.06 0 0.00 255 0.89 0.96
Hex F2 EE FE 5 6 0 0 FF 59 60
Octal 362 356 376 5 6 0 0 377 131 140
Binary 11110010 11101110 11111110 101 110 0 0 11111111 1011001 1100000

Color Harmonies of #F2EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EEFE

Black with #F2EEFE

Text Example


Text Example

White with #F2EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EEFE; }

 p { color: rgb(242,238,254); }

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

background-color css

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

 a { background-color: rgb(242,238,254); }

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

border-color css

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

 span { border-color: rgb(242,238,254); }

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