Html Css Color HEX #F2F6EF Panache

📋 copy color: '#F2F6EF'

red 242 ◦ green 246 ◦ blue 239

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

Shades of Panache #F2F6EF

Tints of Panache #F2F6EF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.84%

 BLUE value IS 239 (93.75% from 255) = 32.87%

R = 33.29%
G = 33.84%
B = 32.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F2F6EF (or 0xF2F6EF) is known color: Panache. HEX triplet: F2, F6 and EF. RGB value is (242,246,239). Sum of RGB (Red+Green+Blue) = 242+246+239=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6EF is #0D0910. Grayscale: #F4F4F4. Windows color (decimal): -854289 or 15726322. OLE color: 15726322.

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

Color convert

RGB 242 246 239 -
CMYK 0.02 0 0.03 0.04
HSL 94.29º 0.28% 0.95% -
HSV(B) 94.29º 0.03% 0.96% -
XYZ 85.15 91.02 94.74 -
YUV 244.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 242 246 239 0.02 0 0.03 0.04 94.29 0.28 0.95
Hex F2 F6 EF 2 0 3 4 5E 1C 5F
Octal 362 366 357 2 0 3 4 136 34 137
Binary 11110010 11110110 11101111 10 0 11 100 1011110 11100 1011111

Color Harmonies of #F2F6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6EF

Black with #F2F6EF

Text Example


Text Example

White with #F2F6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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