Html Css Color HEX #F2E6FF Magnolia

📋 copy color: '#F2E6FF'

red 242 ◦ green 230 ◦ blue 255

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

Shades of Magnolia #F2E6FF

Tints of Magnolia #F2E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.64%

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

R = 33.29%
G = 31.64%
B = 35.08%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2E6FF (or 0xF2E6FF) is known color: Magnolia. HEX triplet: F2, E6 and FF. RGB value is (242,230,255). Sum of RGB (Red+Green+Blue) = 242+230+255=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 230 (90.23% from 255 or 31.64% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6FF is #0D1900. Grayscale: #ECECEC. Windows color (decimal): -858369 or 16770802. OLE color: 16770802.

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

Color convert

RGB 242 230 255 -
CMYK 0.05 0.10 0 0
HSL 268.8º 1% 0.95% -
HSV(B) 268.8º 0.1% 1% -
XYZ 82.96 82.69 106.2 -
YUV 236.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 242 230 255 0.05 0.10 0 0 268.8 1 0.95
Hex F2 E6 FF 5 A 0 0 10D 64 5F
Octal 362 346 377 5 12 0 0 415 144 137
Binary 11110010 11100110 11111111 101 1010 0 0 100001101 1100100 1011111

Color Harmonies of #F2E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6FF

Black with #F2E6FF

Text Example


Text Example

White with #F2E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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