Html Css Color HEX #F2EFFF Magnolia

📋 copy color: '#F2EFFF'

red 242 ◦ green 239 ◦ blue 255

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

Shades of Magnolia #F2EFFF

Tints of Magnolia #F2EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.47%

 BLUE value IS 255 (100% from 255) = 34.65%

R = 32.88%
G = 32.47%
B = 34.65%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2EFFF (or 0xF2EFFF) is known color: Magnolia. HEX triplet: F2, EF and FF. RGB value is (242,239,255). Sum of RGB (Red+Green+Blue) = 242+239+255=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 239 (93.75% from 255 or 32.47% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFFF is #0D1000. Grayscale: #F1F1F1. Windows color (decimal): -856065 or 16773106. OLE color: 16773106.

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

Color convert

RGB 242 239 255 -
CMYK 0.05 0.06 0 0
HSL 251.25º 1% 0.97% -
HSV(B) 251.25º 0.06% 1% -
XYZ 85.53 87.83 107.05 -
YUV 241.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 242 239 255 0.05 0.06 0 0 251.25 1 0.97
Hex F2 EF FF 5 6 0 0 FB 64 61
Octal 362 357 377 5 6 0 0 373 144 141
Binary 11110010 11101111 11111111 101 110 0 0 11111011 1100100 1100001

Color Harmonies of #F2EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFFF

Black with #F2EFFF

Text Example


Text Example

White with #F2EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFFF; }

 p { color: rgb(242,239,255); }

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

background-color css

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

 a { background-color: rgb(242,239,255); }

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

border-color css

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

 span { border-color: rgb(242,239,255); }

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