Html Css Color HEX #F2F6F3 Dew

📋 copy color: '#F2F6F3'

red 242 ◦ green 246 ◦ blue 243

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

Shades of Dew #F2F6F3

Tints of Dew #F2F6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 33.24%

R = 33.11%
G = 33.65%
B = 33.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F2F6F3 (or 0xF2F6F3) is known color: Dew. HEX triplet: F2, F6 and F3. RGB value is (242,246,243). Sum of RGB (Red+Green+Blue) = 242+246+243=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 243 (95.31% from 255 or 33.24% from 731); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6F3 is #0D090C. Grayscale: #F4F4F4. Windows color (decimal): -854285 or 15988466. OLE color: 15988466.

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

Color convert

RGB 242 246 243 -
CMYK 0.02 0 0.01 0.04
HSL 135º 0.18% 0.96% -
HSV(B) 135º 0.02% 0.96% -
XYZ 85.75 91.26 97.89 -
YUV 244.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 242 246 243 0.02 0 0.01 0.04 135 0.18 0.96
Hex F2 F6 F3 2 0 1 4 87 12 60
Octal 362 366 363 2 0 1 4 207 22 140
Binary 11110010 11110110 11110011 10 0 1 100 10000111 10010 1100000

Color Harmonies of #F2F6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6F3

Black with #F2F6F3

Text Example


Text Example

White with #F2F6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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